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: develop...MikePopoloski:regex:develop
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: develop...MikePopoloski:regex:develop