]> cygwin.com Git - cygwin-apps/setup.git/commit
Drop use of std::unary_function release_2.924
authorJon Turney <jon.turney@dronecode.org.uk>
Mon, 21 Nov 2022 14:57:39 +0000 (14:57 +0000)
committerJon Turney <jon.turney@dronecode.org.uk>
Fri, 25 Nov 2022 10:35:37 +0000 (10:35 +0000)
commit0e43a3f82de3dfbd031f52aa7f8621f270c1cdd1
tree5991c122a840600e723c90d91d76bf4d163b8540
parentb45097bf7b5c2e5f64d295efd4fdff9d178a8381
Drop use of std::unary_function

std::unary_function is deprecated in C++11.

visit_if() in Generic.h relies upon the callable providing an
argument_type type (which both predicate and visitor accept), so retain
that in StringConcenator, but we'd probably be better off just
open-coding visit_if(), since it's only used in the one place.
Generic.h
package_meta.cc
This page took 0.033492 seconds and 5 git commands to generate.