mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-30 03:17:15 +02:00
undef some macros
This commit is contained in:
@ -4370,6 +4370,8 @@ template <class ValueType> struct map_extractor
|
|||||||
#if BOOST_UNORDERED_TUPLE_ARGS
|
#if BOOST_UNORDERED_TUPLE_ARGS
|
||||||
BOOST_UNORDERED_KEY_FROM_TUPLE(std::)
|
BOOST_UNORDERED_KEY_FROM_TUPLE(std::)
|
||||||
#endif
|
#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
|
#endif
|
||||||
|
Reference in New Issue
Block a user