diff options
| author | AlexSm <[email protected]> | 2024-01-04 15:09:05 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-01-04 15:09:05 +0100 |
| commit | dab291146f6cd7d35684e3a1150e5bb1c412982c (patch) | |
| tree | 36ef35f6cacb6432845a4a33f940c95871036b32 /contrib/restricted/boost/filesystem/src/utf8_codecvt_facet.cpp | |
| parent | 63660ad5e7512029fd0218e7a636580695a24e1f (diff) | |
Library import 5, delete go dependencies (#832)
* Library import 5, delete go dependencies
* Fix yt client
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> |
