From 503e19f3f048d9ae254fb6feed57156a99ac856d Mon Sep 17 00:00:00 2001 From: Krystian Stasiowski Date: Thu, 26 Dec 2019 17:25:40 -0500 Subject: [PATCH] Enable exceptions --- include/boost/static_string/config.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/static_string/config.hpp b/include/boost/static_string/config.hpp index c7b29ee..7e3fc16 100644 --- a/include/boost/static_string/config.hpp +++ b/include/boost/static_string/config.hpp @@ -15,7 +15,7 @@ // #define BOOST_STATIC_STRING_STANDALONE // 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 // #define BOOST_STATIC_STRING_NULL_OPTIMIZATION