undef some macros

This commit is contained in:
Daniel James
2017-04-25 20:20:11 +01:00
parent 61df9479e5
commit bea4c6e29b

View File

@ -4370,6 +4370,8 @@ template <class ValueType> struct map_extractor
#if BOOST_UNORDERED_TUPLE_ARGS
BOOST_UNORDERED_KEY_FROM_TUPLE(std::)
#endif
#undef BOOST_UNORDERED_KEY_FROM_TUPLE
};
////////////////////////////////////////////////////////////////////////
@ -4759,4 +4761,11 @@ template <typename A, typename T> struct pick_grouped_node
}
}
#undef BOOST_UNORDERED_EMPLACE_TEMPLATE
#undef BOOST_UNORDERED_EMPLACE_ARGS
#undef BOOST_UNORDERED_EMPLACE_FORWARD
#undef BOOST_UNORDERED_CALL_CONSTRUCT0
#undef BOOST_UNORDERED_CALL_CONSTRUCT1
#undef BOOST_UNORDERED_CALL_DESTROY
#endif