mirror of
https://github.com/kennethreitz/static_string.git
synced 2026-06-05 14:50:20 +00: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