6 #ifndef METALL_CONTAINER_STRING_HPP
7 #define METALL_CONTAINER_STRING_HPP
10 #include <boost/container/string.hpp>
17 template <
class CharT,
class Traits = std::
char_traits<CharT>,
18 class Allocator = metall::manager::allocator_type<CharT>>
19 using basic_string = boost::container::basic_string<CharT, Traits, Allocator>;