Expand out more preprocessor repeats

This commit is contained in:
Daniel James
2017-04-25 20:20:11 +01:00
parent bea4c6e29b
commit ed326e2c87
2 changed files with 21 additions and 3 deletions

View File

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