diff --git a/doc/release_notes.html b/doc/release_notes.html index f28446b..3847007 100644 --- a/doc/release_notes.html +++ b/doc/release_notes.html @@ -30,6 +30,7 @@ Acknowledgements

Contents

+

Boost 1.84 release

+ +

+

+

+ +

Boost 1.83 release

@@ -793,7 +806,7 @@ Acknowledgements
-

Revised May 22nd 2023

+

Revised September 9th 2023

© Copyright 2003-2023 Joaquín M López Muñoz. Distributed under the Boost Software diff --git a/include/boost/multi_index/detail/bucket_array.hpp b/include/boost/multi_index/detail/bucket_array.hpp index 5d9efb4..ccab197 100644 --- a/include/boost/multi_index/detail/bucket_array.hpp +++ b/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/include/boost/multi_index/detail/index_node_base.hpp b/include/boost/multi_index/detail/index_node_base.hpp index d3229df..0d37b02 100644 --- a/include/boost/multi_index/detail/index_node_base.hpp +++ b/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)