Fix nodiscard checks

This commit is contained in:
Krystian Stasiowski
2020-02-27 15:55:43 -05:00
parent 54c5d7cef4
commit 73b829ebe5

View File

@ -68,6 +68,8 @@
#else #else
#define BOOST_STATIC_STRING_NODISCARD #define BOOST_STATIC_STRING_NODISCARD
#endif #endif
#else
#define BOOST_STATIC_STRING_NODISCARD
#endif #endif
// _MSVC_LANG isn't avaliable until after VS2015 // _MSVC_LANG isn't avaliable until after VS2015