Pack required boost code together.
[xy_vsfilter.git] / src / thirdparty / boost_1_47_0 / boost / archive / detail / utf8_codecvt_facet.hpp
blob5718c3d691e020def92a3dbc8f896eea45c58618
1 // Copyright (c) 2001 Ronald Garcia, Indiana University (garcia@osl.iu.edu)
2 // Andrew Lumsdaine, Indiana University (lums@osl.iu.edu).
3 // Distributed under the Boost Software License, Version 1.0. (See
4 // accompanying file LICENSE_1_0.txt or copy at
5 // http://www.boost.org/LICENSE_1_0.txt)
7 #ifndef BOOST_ARCHIVE_DETAIL_UTF8_CODECVT_FACET_HPP
8 #define BOOST_ARCHIVE_DETAIL_UTF8_CODECVT_FACET_HPP
10 #define BOOST_UTF8_BEGIN_NAMESPACE \
11 namespace boost { namespace archive { namespace detail {
12 #define BOOST_UTF8_DECL
13 #define BOOST_UTF8_END_NAMESPACE }}}
15 #include <boost/detail/utf8_codecvt_facet.hpp>
17 #undef BOOST_UTF8_END_NAMESPACE
18 #undef BOOST_UTF8_DECL
19 #undef BOOST_UTF8_BEGIN_NAMESPACE
21 #endif // BOOST_ARCHIVE_DETAIL_UTF8_CODECVT_FACET_HPP