aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/restricted/boost
diff options
context:
space:
mode:
authorrobot-contrib <robot-contrib@yandex-team.com>2023-08-16 17:40:37 +0300
committerrobot-contrib <robot-contrib@yandex-team.com>2023-08-16 19:23:18 +0300
commite713efcb2e87cf3af01b3149aa6cbbfa2247763f (patch)
treeaa8f38c65eaa7be530d1a86f23f6a075f7cd76b9 /contrib/restricted/boost
parent46c946c943336a1b0cdf490df2277c6eb680afcd (diff)
downloadydb-e713efcb2e87cf3af01b3149aa6cbbfa2247763f.tar.gz
Update contrib/restricted/boost/functional to 1.83.0
Diffstat (limited to 'contrib/restricted/boost')
-rw-r--r--contrib/restricted/boost/functional/include/boost/functional.hpp7
-rw-r--r--contrib/restricted/boost/functional/ya.make4
2 files changed, 2 insertions, 9 deletions
diff --git a/contrib/restricted/boost/functional/include/boost/functional.hpp b/contrib/restricted/boost/functional/include/boost/functional.hpp
index 6443078470..6c63146f67 100644
--- a/contrib/restricted/boost/functional/include/boost/functional.hpp
+++ b/contrib/restricted/boost/functional/include/boost/functional.hpp
@@ -21,7 +21,6 @@ namespace boost
namespace functional
{
namespace detail {
-#if defined(_HAS_AUTO_PTR_ETC) && !_HAS_AUTO_PTR_ETC
// std::unary_function and std::binary_function were both removed
// in C++17.
@@ -39,12 +38,6 @@ namespace boost
typedef Arg2 second_argument_type;
typedef Result result_type;
};
-#else
- // Use the standard objects when we have them.
-
- using std::unary_function;
- using std::binary_function;
-#endif
}
}
diff --git a/contrib/restricted/boost/functional/ya.make b/contrib/restricted/boost/functional/ya.make
index 2be68741aa..bcc228d48d 100644
--- a/contrib/restricted/boost/functional/ya.make
+++ b/contrib/restricted/boost/functional/ya.make
@@ -6,9 +6,9 @@ LICENSE(BSL-1.0)
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
-VERSION(1.82.0)
+VERSION(1.83.0)
-ORIGINAL_SOURCE(https://github.com/boostorg/functional/archive/boost-1.82.0.tar.gz)
+ORIGINAL_SOURCE(https://github.com/boostorg/functional/archive/boost-1.83.0.tar.gz)
PEERDIR(
contrib/restricted/boost/config