-
Notifications
You must be signed in to change notification settings - Fork 47
Closed
Description
Compilation is broken with exceptions disabled (for current HEAD of master).
I get
.../optional_lite/include/nonstd/optional.hpp:1662:22: error: 'nonstd::optional_lite::bad_optional_access' has not been declared
using optional_lite::bad_optional_access;
^
Presumably
optional-lite/include/nonstd/optional.hpp
Line 1662 in 4c4da90
using optional_lite::bad_optional_access; |
#if ! optional_CONFIG_NO_EXCEPTIONS
.
I'd be happy to send a PR.
Metadata
Metadata
Assignees
Labels
No labels