Guard test requiring string_view

This commit is contained in:
Alexander Grund
2025-10-23 18:46:59 +02:00
committed by Gennaro Prota
parent 815678e1e7
commit 6f17b60377

View File

@@ -171,8 +171,10 @@ testConstantEvaluation()
a.substr(0);
#ifdef BOOST_STATIC_STRING_HAS_ANY_STRING_VIEW
// subview
a.subview(0);
#endif
// copy
char k[20]{};
@@ -606,4 +608,4 @@ testConstantEvaluation()
#endif
}
} // static_strings
} // boost
} // boost