Library doesn't build in standalone mode with exceptions disabled
Open
- Dominant language
- C++
- Stars
- 119
- Forks
- 113
- PR merge metrics
- No merged PRs in 30d
Description
If BOOST_REGEX_STANDALONE and BOOST_NO_EXCEPTIONS are both defined the library fails to compile with GCC or clang, due to unguarded uses of `throw`. I have a fork with fixes here if it's helpful, not sure if it's how you'd want it done: https://github.com/boostorg/regex/compare/develop...MikePopoloski:regex:develop
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.