Enable exceptions

This commit is contained in:
Krystian Stasiowski
2019-12-26 17:25:40 -05:00
parent b46772da19
commit 503e19f3f0

View File

@ -15,7 +15,7 @@
// #define BOOST_STATIC_STRING_STANDALONE // #define BOOST_STATIC_STRING_STANDALONE
// Disable exceptions and their associated checks // Disable exceptions and their associated checks
#define BOOST_STATIC_STRING_NO_EXCEPTIONS // #define BOOST_STATIC_STRING_NO_EXCEPTIONS
// Opt-in to the null terminator optimization // Opt-in to the null terminator optimization
// #define BOOST_STATIC_STRING_NULL_OPTIMIZATION // #define BOOST_STATIC_STRING_NULL_OPTIMIZATION