forked from boostorg/unordered
Fix a comment
This commit is contained in:
@ -61,9 +61,9 @@
|
|||||||
// Unless documented elsewhere these configuration macros should be considered
|
// Unless documented elsewhere these configuration macros should be considered
|
||||||
// an implementation detail, I'll try not to break them, but you never know.
|
// an implementation detail, I'll try not to break them, but you never know.
|
||||||
|
|
||||||
// BOOST_UNORDERED_EMPLACE_LIMIT = The maximum number of parameters in emplace
|
// BOOST_UNORDERED_EMPLACE_LIMIT = The maximum number of parameters + 1 in
|
||||||
// (not including things like hints). Don't set it to a lower value, as that
|
// emplace (not including things like hints). Don't set it to a lower value, as
|
||||||
// might break something.
|
// that might break something.
|
||||||
|
|
||||||
#if !defined BOOST_UNORDERED_EMPLACE_LIMIT
|
#if !defined BOOST_UNORDERED_EMPLACE_LIMIT
|
||||||
#define BOOST_UNORDERED_EMPLACE_LIMIT 11
|
#define BOOST_UNORDERED_EMPLACE_LIMIT 11
|
||||||
|
Reference in New Issue
Block a user