From 73b829ebe595eca641190456033ee3ddda708900 Mon Sep 17 00:00:00 2001 From: Krystian Stasiowski Date: Thu, 27 Feb 2020 15:55:43 -0500 Subject: [PATCH] Fix nodiscard checks --- include/boost/static_string/config.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/boost/static_string/config.hpp b/include/boost/static_string/config.hpp index 15e8853..d286841 100644 --- a/include/boost/static_string/config.hpp +++ b/include/boost/static_string/config.hpp @@ -68,6 +68,8 @@ #else #define BOOST_STATIC_STRING_NODISCARD #endif +#else +#define BOOST_STATIC_STRING_NODISCARD #endif // _MSVC_LANG isn't avaliable until after VS2015