]> git.sesse.net Git - casparcg/blob - dependencies/boost/boost/archive/detail/utf8_codecvt_facet.hpp
#297 Fixed support for flash templates with spaces in the file name.
[casparcg] / dependencies / boost / boost / archive / detail / utf8_codecvt_facet.hpp
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)
6
7 #ifndef BOOST_ARCHIVE_DETAIL_UTF8_CODECVT_FACET_HPP
8 #define BOOST_ARCHIVE_DETAIL_UTF8_CODECVT_FACET_HPP
9
10 #define BOOST_UTF8_BEGIN_NAMESPACE \
11      namespace boost { namespace archive { namespace detail {
12 #define BOOST_UTF8_DECL
13 #define BOOST_UTF8_END_NAMESPACE }}}
14
15 #include <boost/detail/utf8_codecvt_facet.hpp>
16
17 #undef BOOST_UTF8_END_NAMESPACE
18 #undef BOOST_UTF8_DECL
19 #undef BOOST_UTF8_BEGIN_NAMESPACE
20
21 #endif // BOOST_ARCHIVE_DETAIL_UTF8_CODECVT_FACET_HPP