aboutsummaryrefslogtreecommitdiff
path: root/libbpkg
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 /libbpkg
parenta81fe3634652e5d28b7dc644c88a94ecc05985de (diff)
Fix ambiguity between std::optional and butl::optional
Diffstat (limited to 'libbpkg')
-rw-r--r--libbpkg/manifest.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/libbpkg/manifest.cxx b/libbpkg/manifest.cxx
index ee71596..b7f744f 100644
--- a/libbpkg/manifest.cxx
+++ b/libbpkg/manifest.cxx
@@ -33,6 +33,9 @@ namespace bpkg
using serialization = manifest_serialization;
using name_value = manifest_name_value;
+ using butl::optional;
+ using butl::nullopt;
+
// Utility functions
//
static const strings priority_names ({"low", "medium", "high", "security"});