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