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 | #define BOOST_FILESYSTEM_SOURCE |
15 | #include <boost/filesystem/config.hpp> |
16 | |
17 | #define BOOST_UTF8_BEGIN_NAMESPACE \ |
18 | namespace boost { namespace filesystem { namespace detail { |
19 | |
20 | #define BOOST_UTF8_END_NAMESPACE }}} |
21 | #define BOOST_UTF8_DECL BOOST_FILESYSTEM_DECL |
22 | |
23 | #include <boost/detail/utf8_codecvt_facet.ipp> |
24 | |
25 | #undef BOOST_UTF8_BEGIN_NAMESPACE |
26 | #undef BOOST_UTF8_END_NAMESPACE |
27 | #undef BOOST_UTF8_DECL |
28 | |