diff options
| author | thegeorg <[email protected]> | 2023-01-12 19:17:36 +0300 |
|---|---|---|
| committer | thegeorg <[email protected]> | 2023-01-12 19:17:36 +0300 |
| commit | 4229f87c89bfb36eded667ec1e64f41b1aeb88b9 (patch) | |
| tree | 9dd29a868ccac7990c4502957848ca07acd12ac6 /contrib/restricted/boost/filesystem/src/utf8_codecvt_facet.cpp | |
| parent | b48a7948c3aec8c078a24714d4da420a6225d09f (diff) | |
Update contrib/restricted/boost/spirit to 1.81.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 | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/contrib/restricted/boost/filesystem/src/utf8_codecvt_facet.cpp b/contrib/restricted/boost/filesystem/src/utf8_codecvt_facet.cpp deleted file mode 100644 index 7e5939bb718..00000000000 --- a/contrib/restricted/boost/filesystem/src/utf8_codecvt_facet.cpp +++ /dev/null @@ -1,29 +0,0 @@ -// Copyright Vladimir Prus 2004. -// Distributed under the Boost Software License, Version 1.0. -// (See accompanying file LICENSE_1_0.txt -// or copy at http://www.boost.org/LICENSE_1_0.txt) - -#include "platform_config.hpp" - -#include <boost/filesystem/config.hpp> - -#include <boost/filesystem/detail/header.hpp> - -#define BOOST_UTF8_BEGIN_NAMESPACE \ - namespace boost { \ - namespace filesystem { \ - namespace detail { - -#define BOOST_UTF8_END_NAMESPACE \ - } \ - } \ - } -#define BOOST_UTF8_DECL BOOST_FILESYSTEM_DECL - -#include <boost/detail/utf8_codecvt_facet.ipp> - -#undef BOOST_UTF8_BEGIN_NAMESPACE -#undef BOOST_UTF8_END_NAMESPACE -#undef BOOST_UTF8_DECL - -#include <boost/filesystem/detail/footer.hpp> |
