From 7161b24963dd9da4d218f92c736b77c35c328a2d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 27 Jun 2019 08:36:51 +0200 Subject: Fix member-group linkup issue in previous fix We cannot linkup prerequisite targets since we are not matching them. --- build2/utility.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'build2/utility.hxx') diff --git a/build2/utility.hxx b/build2/utility.hxx index 3843528..0aa5537 100644 --- a/build2/utility.hxx +++ b/build2/utility.hxx @@ -8,7 +8,7 @@ #include // make_tuple() #include // make_shared() #include // to_string() -#include // move(), forward(), declval(), make_pair() +#include // move(), forward(), declval(), make_pair(), swap() #include // assert() #include // make_move_iterator() #include // * @@ -37,6 +37,7 @@ namespace build2 { using std::move; + using std::swap; using std::forward; using std::declval; -- cgit v1.1