]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/filesystem/src/utf8_codecvt_facet.cpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / filesystem / src / utf8_codecvt_facet.cpp
1 // Copyright Vladimir Prus 2004.
2 // Distributed under the Boost Software License, Version 1.0.
3 // (See accompanying file LICENSE_1_0.txt
4 // or copy at http://www.boost.org/LICENSE_1_0.txt)
5
6 // For HP-UX, request that WCHAR_MAX and WCHAR_MIN be defined as macros,
7 // not casts. See ticket 5048
8 #define _INCLUDE_STDCSOURCE_199901
9
10 #ifndef BOOST_SYSTEM_NO_DEPRECATED
11 # define BOOST_SYSTEM_NO_DEPRECATED
12 #endif
13
14 #include <boost/filesystem/config.hpp>
15
16 #define BOOST_UTF8_BEGIN_NAMESPACE \
17 namespace boost { namespace filesystem { namespace detail {
18
19 #define BOOST_UTF8_END_NAMESPACE }}}
20 #define BOOST_UTF8_DECL BOOST_FILESYSTEM_DECL
21
22 #include <boost/detail/utf8_codecvt_facet.ipp>
23
24 #undef BOOST_UTF8_BEGIN_NAMESPACE
25 #undef BOOST_UTF8_END_NAMESPACE
26 #undef BOOST_UTF8_DECL