summaryrefslogtreecommitdiffstats
path: root/contrib/restricted/boost/filesystem/src/utf8_codecvt_facet.cpp
diff options
context:
space:
mode:
authoralexv-smirnov <[email protected]>2023-03-28 22:25:04 +0300
committeralexv-smirnov <[email protected]>2023-03-28 22:25:04 +0300
commitb8a17f9b1c166d2e9a26b99348a4c29d972caf55 (patch)
tree1a2d881f1a9452b9c6103dbf69d73da7624e98e5 /contrib/restricted/boost/filesystem/src/utf8_codecvt_facet.cpp
parent25659221f18577ea38430a8ec3349836f5626b6a (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.cpp29
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>