mirror of
https://github.com/boostorg/static_string.git
synced 2026-01-19 04:42:12 +00:00
Guard test requiring string_view
This commit is contained in:
committed by
Gennaro Prota
parent
815678e1e7
commit
6f17b60377
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user