Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-30 09:44:56

0001 //
0002 // Copyright (c) 2009-2011 Artyom Beilis (Tonkikh)
0003 //
0004 // Distributed under the Boost Software License, Version 1.0.
0005 // https://www.boost.org/LICENSE_1_0.txt
0006 
0007 #ifndef BOOST_LOCALE_BOUNDARY_HPP_INCLUDED
0008 #define BOOST_LOCALE_BOUNDARY_HPP_INCLUDED
0009 
0010 #include <boost/locale/boundary/boundary_point.hpp>
0011 #include <boost/locale/boundary/facets.hpp>
0012 #include <boost/locale/boundary/index.hpp>
0013 #include <boost/locale/boundary/segment.hpp>
0014 #include <boost/locale/boundary/types.hpp>
0015 
0016 #endif