Fix C++14 tests

This commit is contained in:
Krystian Stasiowski
2020-02-03 10:25:37 -05:00
parent d3f51ecab2
commit d59feba138

View File

@ -559,6 +559,7 @@ testConstantEvaluation()
a.replace(a.begin(), a.end(), {'a'});
#ifdef BOOST_STATIC_STRING_IS_CONST_EVAL
a.clear();
a.replace(a.begin(), a.end(), "a");
a.replace(a.begin(), a.end(), "a", 1);
#endif