Fixes GitHub #223 ("Possible copypaste typo")

This commit is contained in:
Ion Gaztañaga
2022-06-25 19:49:54 +02:00
parent d3ec5c677d
commit 4ea5cd7911
2 changed files with 3 additions and 2 deletions

View File

@ -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]

View File

@ -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