1234567891011121314151617181920212223242526 |
- #ifndef BOOST_STRING_STD_CONTAINERS_TRAITS_HPP
- #define BOOST_STRING_STD_CONTAINERS_TRAITS_HPP
- #include <boost/config.hpp>
- #include <boost/algorithm/string/std/string_traits.hpp>
- #include <boost/algorithm/string/std/list_traits.hpp>
- #ifdef BOOST_HAS_SLIST
- # include <boost/algorithm/string/std/slist_traits.hpp>
- #endif
- #endif
|