diff options
author | robot-contrib <robot-contrib@yandex-team.com> | 2022-09-24 19:38:52 +0300 |
---|---|---|
committer | robot-contrib <robot-contrib@yandex-team.com> | 2022-09-24 19:38:52 +0300 |
commit | 0082ed2a0ff9cfd4fda215c08568dce0544604f5 (patch) | |
tree | b74273274d801192eb5145ab9b21493f87c04772 /contrib/restricted/boost/config | |
parent | 702b9567dcbc49e9e7897954449ff72cf8579f01 (diff) | |
download | ydb-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.hpp | 26 |
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 |