boundary.hpp 483 B

12345678910111213141516
  1. //
  2. // Copyright (c) 2009-2011 Artyom Beilis (Tonkikh)
  3. //
  4. // Distributed under the Boost Software License, Version 1.0.
  5. // https://www.boost.org/LICENSE_1_0.txt
  6. #ifndef BOOST_LOCALE_BOUNDARY_HPP_INCLUDED
  7. #define BOOST_LOCALE_BOUNDARY_HPP_INCLUDED
  8. #include <boost/locale/boundary/boundary_point.hpp>
  9. #include <boost/locale/boundary/facets.hpp>
  10. #include <boost/locale/boundary/index.hpp>
  11. #include <boost/locale/boundary/segment.hpp>
  12. #include <boost/locale/boundary/types.hpp>
  13. #endif