From 68bb317c2a84a9754925ded40d9f9f9448d07c15 Mon Sep 17 00:00:00 2001 From: Krystian Stasiowski Date: Mon, 16 Dec 2019 19:06:34 -0500 Subject: [PATCH] Remove testing macro --- 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 50312a1..fbec78a 100644 --- a/include/boost/static_string/config.hpp +++ b/include/boost/static_string/config.hpp @@ -12,7 +12,7 @@ #define BOOST_STATIC_STRING_CONFIG_HPP // Are we dependent on Boost? -#define BOOST_STATIC_STRING_STANDALONE +// #define BOOST_STATIC_STRING_STANDALONE // Disable exceptions and their associated checks // #define BOOST_STATIC_STRING_NO_EXCEPTIONS