From 5de2e18ab39d52818554ea344eacd6e0c4b72aa3 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 17 Sep 2015 13:50:32 +0200 Subject: Add std::move() to common utilities As a result, no need to std-qualify in bpkg namespace, even in headers. --- bpkg/utility | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bpkg/utility') diff --git a/bpkg/utility b/bpkg/utility index c1ef094..d1aebb1 100644 --- a/bpkg/utility +++ b/bpkg/utility @@ -12,6 +12,8 @@ namespace bpkg { + using std::move; + // Filesystem. // bool -- cgit v1.1