aboutsummaryrefslogtreecommitdiff
path: root/tests/repository-location/driver.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-07-21 21:51:17 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-07-21 21:51:17 +0300
commitd43e99c6ca2c16cfa0b3ae4b793f263d9db77f91 (patch)
treebee96c744279658385d8317fba67409e1c7f8e16 /tests/repository-location/driver.cxx
parenta81fe3634652e5d28b7dc644c88a94ecc05985de (diff)
Fix ambiguity between std::optional and butl::optional
Diffstat (limited to 'tests/repository-location/driver.cxx')
-rw-r--r--tests/repository-location/driver.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/repository-location/driver.cxx b/tests/repository-location/driver.cxx
index c77a4eb..a62cad3 100644
--- a/tests/repository-location/driver.cxx
+++ b/tests/repository-location/driver.cxx
@@ -19,6 +19,8 @@ using namespace std;
using namespace butl;
using namespace bpkg;
+using butl::optional;
+
static bool
bad_location (const string& l)
{