diff --git a/include/boost/static_string/static_string.hpp b/include/boost/static_string/static_string.hpp index 1157284..24f7699 100644 --- a/include/boost/static_string/static_string.hpp +++ b/include/boost/static_string/static_string.hpp @@ -55,6 +55,7 @@ using static_u32string = basic_static_string>; #ifdef BOOST_STATIC_STRING_CPP20 +template using static_u8string = basic_static_string>; #endif @@ -759,6 +760,7 @@ defined(BOOST_STATIC_STRING_NO_PTR_COMP_FUNCTIONS) Addtionally, the alias template `static_u8string` is provided in C++20 @code + template using static_u8string = basic_static_string>; @endcode