aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/restricted/boost/config
diff options
context:
space:
mode:
authorrobot-contrib <robot-contrib@yandex-team.com>2022-09-24 19:38:52 +0300
committerrobot-contrib <robot-contrib@yandex-team.com>2022-09-24 19:38:52 +0300
commit0082ed2a0ff9cfd4fda215c08568dce0544604f5 (patch)
treeb74273274d801192eb5145ab9b21493f87c04772 /contrib/restricted/boost/config
parent702b9567dcbc49e9e7897954449ff72cf8579f01 (diff)
downloadydb-0082ed2a0ff9cfd4fda215c08568dce0544604f5.tar.gz
Update contrib/restricted/boost/property_map to 1.80.0
Diffstat (limited to 'contrib/restricted/boost/config')
-rw-r--r--contrib/restricted/boost/config/include/boost/config/header_deprecated.hpp26
1 files changed, 0 insertions, 26 deletions
diff --git a/contrib/restricted/boost/config/include/boost/config/header_deprecated.hpp b/contrib/restricted/boost/config/include/boost/config/header_deprecated.hpp
deleted file mode 100644
index 9f508e6641..0000000000
--- a/contrib/restricted/boost/config/include/boost/config/header_deprecated.hpp
+++ /dev/null
@@ -1,26 +0,0 @@
-#ifndef BOOST_CONFIG_HEADER_DEPRECATED_HPP_INCLUDED
-#define BOOST_CONFIG_HEADER_DEPRECATED_HPP_INCLUDED
-
-// Copyright 2017 Peter Dimov.
-//
-// 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
-//
-// BOOST_HEADER_DEPRECATED("<alternative>")
-//
-// Expands to the equivalent of
-// BOOST_PRAGMA_MESSAGE("This header is deprecated. Use <alternative> instead.")
-//
-// Note that this header is C compatible.
-
-#include <boost/config/pragma_message.hpp>
-
-#if 1 //defined(BOOST_ALLOW_DEPRECATED_HEADERS)
-# define BOOST_HEADER_DEPRECATED(a)
-#else
-# define BOOST_HEADER_DEPRECATED(a) BOOST_PRAGMA_MESSAGE("This header is deprecated. Use " a " instead.")
-#endif
-
-#endif // BOOST_CONFIG_HEADER_DEPRECATED_HPP_INCLUDED