diff --git a/doc/container.qbk b/doc/container.qbk index d690491..067b555 100644 --- a/doc/container.qbk +++ b/doc/container.qbk @@ -1341,7 +1341,8 @@ use [*Boost.Container]? There are several reasons for that: [section:release_notes_boost_1_80_00 Boost 1.80 Release] * Fixed bugs/issues: - * [@https://github.com/boostorg/container/issues/222 GitHub #222: ['"Fix incomplete type error when using list with pair"]]. + * [@https://github.com/boostorg/container/pull/222 GitHub #222: ['"Fix incomplete type error when using list with pair"]]. + * [@https://github.com/boostorg/container/issues/223 GitHub #223: ['"Possible copypaste typo"]]. [endsect] diff --git a/include/boost/container/throw_exception.hpp b/include/boost/container/throw_exception.hpp index 8bc17e0..f80c905 100644 --- a/include/boost/container/throw_exception.hpp +++ b/include/boost/container/throw_exception.hpp @@ -97,7 +97,7 @@ class BOOST_SYMBOL_VISIBLE length_error {} }; -typedef out_of_range length_error_t; +typedef length_error length_error_t; class BOOST_SYMBOL_VISIBLE logic_error : public exception