string_view interoperability

fix #26
This commit is contained in:
alandefreitas
2023-01-12 18:16:06 -03:00
committed by Alan de Freitas
parent 269987446e
commit ac84c4f40e
4 changed files with 692 additions and 65 deletions

View File

@ -357,8 +357,10 @@ testConstantEvaluation()
a.substr(0);
#endif
#ifdef BOOST_STATIC_STRING_HAS_STRING_VIEW
// subview
a.subview(0);
#endif
// copy
char k[20]{};