Update config

This commit is contained in:
Krystian Stasiowski
2020-02-19 21:41:38 -05:00
parent 5e1808485d
commit a3cba482f9
2 changed files with 3 additions and 2 deletions

View File

@ -160,7 +160,7 @@ defined(__clang__) && \
// cases, we use whatever will make more constexpr work.
#if defined(__clang__) && \
((defined(__GLIBCXX__) &&__GLIBCXX__ >= 20180726L \
&& __GLIBCXX__ <= 20190812L) || defined(_MSC_VER))
&& __GLIBCXX__ <= 20191102L) || defined(_MSC_VER))
#define BOOST_STATIC_STRING_NO_PTR_COMP_FUNCTIONS
#endif