From 3e967fb4eaef81c1d5f00cd0a3ad7ab40eefcedc Mon Sep 17 00:00:00 2001 From: Krystian Stasiowski Date: Mon, 16 Dec 2019 18:23:57 -0500 Subject: [PATCH] Fixed small renaming issue --- test/static_string.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/static_string.cpp b/test/static_string.cpp index 714b7e3..dbde73e 100644 --- a/test/static_string.cpp +++ b/test/static_string.cpp @@ -6963,7 +6963,7 @@ constexpr bool testConstexpr() #else __cplusplus >= 201103L // 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 c = a.empty(); auto d = a.empty();