diff --git a/contrib/restricted/boost/multi_index/include/boost/multi_index/detail/bucket_array.hpp b/contrib/restricted/boost/multi_index/include/boost/multi_index/detail/bucket_array.hpp index 5d9efb4ec37..ccab19701bd 100644 --- a/contrib/restricted/boost/multi_index/include/boost/multi_index/detail/bucket_array.hpp +++ b/contrib/restricted/boost/multi_index/include/boost/multi_index/detail/bucket_array.hpp @@ -236,7 +236,7 @@ inline void load_construct_data( Archive&,boost::multi_index::detail::bucket_array*, const unsigned int) { - throw_exception(bad_archive_exception()); + throw_exception(boost::multi_index::detail::bad_archive_exception()); } #if defined(BOOST_NO_ARGUMENT_DEPENDENT_LOOKUP) diff --git a/contrib/restricted/boost/multi_index/include/boost/multi_index/detail/index_node_base.hpp b/contrib/restricted/boost/multi_index/include/boost/multi_index/detail/index_node_base.hpp index d3229df1bfb..0d37b02b1d1 100644 --- a/contrib/restricted/boost/multi_index/include/boost/multi_index/detail/index_node_base.hpp +++ b/contrib/restricted/boost/multi_index/include/boost/multi_index/detail/index_node_base.hpp @@ -117,7 +117,7 @@ inline void load_construct_data( Archive&,boost::multi_index::detail::index_node_base*, const unsigned int) { - throw_exception(bad_archive_exception()); + throw_exception(boost::multi_index::detail::bad_archive_exception()); } #if defined(BOOST_NO_ARGUMENT_DEPENDENT_LOOKUP) diff --git a/contrib/restricted/boost/multi_index/ya.make b/contrib/restricted/boost/multi_index/ya.make index d63cc16d224..0bf6d22bab9 100644 --- a/contrib/restricted/boost/multi_index/ya.make +++ b/contrib/restricted/boost/multi_index/ya.make @@ -9,9 +9,9 @@ LICENSE( LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.83.0) +VERSION(1.84.0) -ORIGINAL_SOURCE(https://github.com/boostorg/multi_index/archive/boost-1.83.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/multi_index/archive/boost-1.84.0.tar.gz) PEERDIR( contrib/restricted/boost/assert