comparison DEPENDENCIES/generic/include/boost/locale.hpp @ 16:2665513ce2d3

Add boost headers
author Chris Cannam
date Tue, 05 Aug 2014 11:11:38 +0100
parents
children
comparison
equal deleted inserted replaced
15:663ca0da4350 16:2665513ce2d3
1 //
2 // Copyright (c) 2009-2011 Artyom Beilis (Tonkikh)
3 //
4 // Distributed under the Boost Software License, Version 1.0. (See
5 // accompanying file LICENSE_1_0.txt or copy at
6 // http://www.boost.org/LICENSE_1_0.txt)
7 //
8 #ifndef BOOST_LOCALE_HPP_INCLUDED
9 #define BOOST_LOCALE_HPP_INCLUDED
10
11 #include <boost/locale/boundary.hpp>
12 #include <boost/locale/collator.hpp>
13 #include <boost/locale/conversion.hpp>
14 #include <boost/locale/date_time.hpp>
15 #include <boost/locale/date_time_facet.hpp>
16 #include <boost/locale/encoding.hpp>
17 #include <boost/locale/format.hpp>
18 #include <boost/locale/formatting.hpp>
19 #include <boost/locale/generator.hpp>
20 #include <boost/locale/gnu_gettext.hpp>
21 #include <boost/locale/info.hpp>
22 #include <boost/locale/localization_backend.hpp>
23 #include <boost/locale/message.hpp>
24 #include <boost/locale/util.hpp>
25
26 #endif
27 // vim: tabstop=4 expandtab shiftwidth=4 softtabstop=4