diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-07-21 21:55:46 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-07-21 21:55:46 +0300 |
commit | fecbeecb18a122ed08d6225c1de47f81fead8d9a (patch) | |
tree | 379fb0403a8c450c56d7b4f89d94f021ad8798fd | |
parent | bf4822a17eed8bdaf9d337caf806c63c82b06a89 (diff) |
Fix ambiguity between std::optional and butl::optional
-rw-r--r-- | libbbot/manifest.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libbbot/manifest.cxx b/libbbot/manifest.cxx index 8a2ebaa..d06a035 100644 --- a/libbbot/manifest.cxx +++ b/libbbot/manifest.cxx @@ -35,6 +35,8 @@ namespace bbot using serialization = manifest_serialization; using name_value = manifest_name_value; + using butl::optional; + // result_status // string |