Fix a comment

This commit is contained in:
Daniel James
2017-04-19 09:46:15 +01:00
parent d47754acac
commit 6bdf1ba244

View File

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