Skip to content

Commit

Permalink
Update contrib/restricted/boost/multi_index to 1.84.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robot-piglet committed Dec 19, 2023
1 parent 97a93d6 commit 22e9475
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ inline void load_construct_data(
Archive&,boost::multi_index::detail::bucket_array<Allocator>*,
const unsigned int)
{
throw_exception(bad_archive_exception());
throw_exception(boost::multi_index::detail::bad_archive_exception());
}

#if defined(BOOST_NO_ARGUMENT_DEPENDENT_LOOKUP)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ inline void load_construct_data(
Archive&,boost::multi_index::detail::index_node_base<Value,Allocator>*,
const unsigned int)
{
throw_exception(bad_archive_exception());
throw_exception(boost::multi_index::detail::bad_archive_exception());
}

#if defined(BOOST_NO_ARGUMENT_DEPENDENT_LOOKUP)
Expand Down
4 changes: 2 additions & 2 deletions contrib/restricted/boost/multi_index/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 22e9475

Please sign in to comment.