forked from boostorg/unordered
Expand out more preprocessor repeats
This commit is contained in:
@@ -656,7 +656,13 @@ template <class K, class T, class H, class P, class A> class unordered_map
|
||||
n, BOOST_UNORDERED_CALL_FORWARD, a))); \
|
||||
}
|
||||
|
||||
BOOST_PP_REPEAT_FROM_TO(4, BOOST_PP_INC(BOOST_UNORDERED_EMPLACE_LIMIT),
|
||||
BOOST_UNORDERED_TRY_EMPLACE(1, 4, _)
|
||||
BOOST_UNORDERED_TRY_EMPLACE(1, 5, _)
|
||||
BOOST_UNORDERED_TRY_EMPLACE(1, 6, _)
|
||||
BOOST_UNORDERED_TRY_EMPLACE(1, 7, _)
|
||||
BOOST_UNORDERED_TRY_EMPLACE(1, 8, _)
|
||||
BOOST_UNORDERED_TRY_EMPLACE(1, 9, _)
|
||||
BOOST_PP_REPEAT_FROM_TO(10, BOOST_PP_INC(BOOST_UNORDERED_EMPLACE_LIMIT),
|
||||
BOOST_UNORDERED_TRY_EMPLACE, _)
|
||||
|
||||
#undef BOOST_UNORDERED_TRY_EMPLACE
|
||||
|
Reference in New Issue
Block a user