diff options
| author | alexv-smirnov <[email protected]> | 2023-03-28 22:25:04 +0300 |
|---|---|---|
| committer | alexv-smirnov <[email protected]> | 2023-03-28 22:25:04 +0300 |
| commit | b8a17f9b1c166d2e9a26b99348a4c29d972caf55 (patch) | |
| tree | 1a2d881f1a9452b9c6103dbf69d73da7624e98e5 /contrib/restricted/boost/filesystem/src/utf8_codecvt_facet.cpp | |
| parent | 25659221f18577ea38430a8ec3349836f5626b6a (diff) | |
Revert ymake build from ydb oss export
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> |
