aboutsummaryrefslogtreecommitdiff
path: root/bpkg/types
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-09-17 15:39:50 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-09-17 15:39:50 +0200
commitd6be3b97cc3ce723ca3b2372c893b41aec16a9a4 (patch)
tree1afb9ac33041d434eb45f43bf0d7e748ccda7d59 /bpkg/types
parent2677da127b99bc4e6d904de3f14b8fe3f781740f (diff)
Use nullopt to reset optional
Diffstat (limited to 'bpkg/types')
-rw-r--r--bpkg/types1
1 files changed, 1 insertions, 0 deletions
diff --git a/bpkg/types b/bpkg/types
index a5fe114..648c0f1 100644
--- a/bpkg/types
+++ b/bpkg/types
@@ -25,6 +25,7 @@ namespace bpkg
using std::shared_ptr;
using butl::optional;
+ using butl::nullopt;
// <butl/path>
//