mirror of
https://github.com/boostorg/static_string.git
synced 2025-07-30 04:27:33 +02:00
committed by
Alan de Freitas
parent
269987446e
commit
ac84c4f40e
@ -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]{};
|
||||
|
Reference in New Issue
Block a user