diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-09-17 13:50:32 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-09-17 13:50:32 +0200 |
commit | 5de2e18ab39d52818554ea344eacd6e0c4b72aa3 (patch) | |
tree | 1c617b6f3cea7714c03f3fbfcddee9c0624162ee | |
parent | 90880a074b3f7264cd2dcfc76f090f27f3c2a56a (diff) |
Add std::move() to common utilities
As a result, no need to std-qualify in bpkg namespace, even in headers.
-rw-r--r-- | bpkg/utility | 2 |
1 files changed, 2 insertions, 0 deletions
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 |