forked from boostorg/unordered
Fix ironic typo
This commit is contained in:
@ -301,6 +301,6 @@ C++11 support has resulted in some breaking changes:
|
|||||||
They are removed in C++17.
|
They are removed in C++17.
|
||||||
* Support 10 constructor arguments in emplace. It was meant to support up to 10
|
* Support 10 constructor arguments in emplace. It was meant to support up to 10
|
||||||
arguments, but an off by one error in the preprocessor code meant it only
|
arguments, but an off by one error in the preprocessor code meant it only
|
||||||
supports up to 10.
|
supported up to 9.
|
||||||
|
|
||||||
[endsect]
|
[endsect]
|
||||||
|
Reference in New Issue
Block a user