mirror of
https://github.com/boostorg/container.git
synced 2025-08-02 14:04:26 +02:00
Fixes GitHub #223 ("Possible copypaste typo")
This commit is contained in:
@@ -1341,7 +1341,8 @@ use [*Boost.Container]? There are several reasons for that:
|
|||||||
[section:release_notes_boost_1_80_00 Boost 1.80 Release]
|
[section:release_notes_boost_1_80_00 Boost 1.80 Release]
|
||||||
|
|
||||||
* Fixed bugs/issues:
|
* 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]
|
[endsect]
|
||||||
|
|
||||||
|
@@ -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
|
class BOOST_SYMBOL_VISIBLE logic_error
|
||||||
: public exception
|
: public exception
|
||||||
|
Reference in New Issue
Block a user