diff options
| author | robot-contrib <[email protected]> | 2022-08-26 11:41:38 +0300 |
|---|---|---|
| committer | robot-contrib <[email protected]> | 2022-08-26 11:41:38 +0300 |
| commit | 76a1e556daf2542e3b3d55d7971cc1ed0abb1f50 (patch) | |
| tree | c9603488e24fef3c6715a36b7962b27cb43f0c60 /contrib/restricted/boost/filesystem/src/utf8_codecvt_facet.cpp | |
| parent | 559b3483fff94291f600c59ad6782cc6338d7dad (diff) | |
Update contrib/restricted/boost/filesystem and contrib/restricted/boost/io to 1.79.0
Diffstat (limited to 'contrib/restricted/boost/filesystem/src/utf8_codecvt_facet.cpp')
| -rw-r--r-- | contrib/restricted/boost/filesystem/src/utf8_codecvt_facet.cpp | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/contrib/restricted/boost/filesystem/src/utf8_codecvt_facet.cpp b/contrib/restricted/boost/filesystem/src/utf8_codecvt_facet.cpp index 8a5af1e07c4..f7f9f7ef583 100644 --- a/contrib/restricted/boost/filesystem/src/utf8_codecvt_facet.cpp +++ b/contrib/restricted/boost/filesystem/src/utf8_codecvt_facet.cpp @@ -3,21 +3,19 @@ // (See accompanying file LICENSE_1_0.txt // or copy at http://www.boost.org/LICENSE_1_0.txt) -// For HP-UX, request that WCHAR_MAX and WCHAR_MIN be defined as macros, -// not casts. See ticket 5048 -#define _INCLUDE_STDCSOURCE_199901 +#include "platform_config.hpp" -#ifndef BOOST_SYSTEM_NO_DEPRECATED -# define BOOST_SYSTEM_NO_DEPRECATED -#endif - -#define BOOST_FILESYSTEM_SOURCE #include <boost/filesystem/config.hpp> #define BOOST_UTF8_BEGIN_NAMESPACE \ - namespace boost { namespace filesystem { namespace detail { + namespace boost { \ + namespace filesystem { \ + namespace detail { -#define BOOST_UTF8_END_NAMESPACE }}} +#define BOOST_UTF8_END_NAMESPACE \ + } \ + } \ + } #define BOOST_UTF8_DECL BOOST_FILESYSTEM_DECL #include <boost/detail/utf8_codecvt_facet.ipp> |
