Fixed small renaming issue

This commit is contained in:
Krystian Stasiowski
2019-12-16 18:23:57 -05:00
parent 0f4d2db416
commit 3e967fb4ea

View File

@ -6963,7 +6963,7 @@ constexpr bool testConstexpr()
#else __cplusplus >= 201103L #else __cplusplus >= 201103L
// c++11 constexpr tests // c++11 constexpr tests
static_string<4, char, cxper_char_traits> a; basic_static_string<4, char, cxper_char_traits> a;
auto b = a.size(); auto b = a.size();
auto c = a.empty(); auto c = a.empty();
auto d = a.empty(); auto d = a.empty();