]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/filesystem/include/boost/filesystem/detail/utf8_codecvt_facet.hpp
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / filesystem / include / boost / filesystem / 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
4 // Distributed under the Boost Software License, Version 1.0.
5 // (See http://www.boost.org/LICENSE_1_0.txt)
6
7 #ifndef BOOST_FILESYSTEM_UTF8_CODECVT_FACET_HPP
8 #define BOOST_FILESYSTEM_UTF8_CODECVT_FACET_HPP
9
10 #include <boost/filesystem/config.hpp>
11
12 #define BOOST_UTF8_BEGIN_NAMESPACE \
13 namespace boost { namespace filesystem { namespace detail {
14
15 #define BOOST_UTF8_END_NAMESPACE }}}
16 #define BOOST_UTF8_DECL BOOST_FILESYSTEM_DECL
17
18 #include <boost/detail/utf8_codecvt_facet.hpp>
19
20 #undef BOOST_UTF8_BEGIN_NAMESPACE
21 #undef BOOST_UTF8_END_NAMESPACE
22 #undef BOOST_UTF8_DECL
23
24 #endif