diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-12-01 17:17:35 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-12-01 17:17:35 +0200 |
commit | 5de58425e88f274adeb2c552c00a2eafb170c84c (patch) | |
tree | e3520f63b5493dea66a6408d3ef4abf5ef5cc522 /libbrep | |
parent | db08c1f53897cb55f9094eb14f61db7a821c152b (diff) |
Resolve optional ambiguity in GCC 7
Diffstat (limited to 'libbrep')
-rw-r--r-- | libbrep/types.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libbrep/types.hxx b/libbrep/types.hxx index b4a3b19..ef37da4 100644 --- a/libbrep/types.hxx +++ b/libbrep/types.hxx @@ -65,6 +65,8 @@ namespace brep using std::system_error; using io_error = std::ios_base::failure; + using std::generic_category; + // <libbutl/optional.mxx> // using butl::optional; |