Boost.Locale
boundary.hpp
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 
7 #ifndef BOOST_LOCALE_BOUNDARY_HPP_INCLUDED
8 #define BOOST_LOCALE_BOUNDARY_HPP_INCLUDED
9 
10 #include <boost/locale/boundary/boundary_point.hpp>
11 #include <boost/locale/boundary/facets.hpp>
12 #include <boost/locale/boundary/index.hpp>
13 #include <boost/locale/boundary/segment.hpp>
14 #include <boost/locale/boundary/types.hpp>
15 
16 #endif