Change namespace to "static_strings"

This commit is contained in:
Krystian Stasiowski
2020-02-23 19:13:34 -05:00
parent 6ffa7bd075
commit eb2bf814ea
2 changed files with 92 additions and 49 deletions

View File

@ -163,7 +163,7 @@ defined(__clang__) && \
#endif
namespace boost {
namespace static_string {
namespace static_strings {
/// The type of `basic_string_view` used by the library
template<typename CharT, typename Traits>