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_HPP_INCLUDED
8#define BOOST_LOCALE_HPP_INCLUDED
9
10#include <boost/locale/boundary.hpp>
11#include <boost/locale/collator.hpp>
12#include <boost/locale/conversion.hpp>
13#include <boost/locale/date_time.hpp>
14#include <boost/locale/date_time_facet.hpp>
15#include <boost/locale/encoding.hpp>
16#include <boost/locale/format.hpp>
17#include <boost/locale/formatting.hpp>
18#include <boost/locale/generator.hpp>
19#include <boost/locale/gnu_gettext.hpp>
20#include <boost/locale/info.hpp>
21#include <boost/locale/localization_backend.hpp>
22#include <boost/locale/message.hpp>
23#include <boost/locale/util.hpp>
24#include <boost/locale/util/locale_data.hpp>
25
26#endif
27

source code of boost/libs/locale/include/boost/locale.hpp