fix the release xhash

This commit is contained in:
dankmeme01 2024-04-03 21:19:21 +02:00
parent faf5b336a9
commit 9f2cea46ad

View file

@ -48,6 +48,10 @@ struct _ListIterTypes {
using _Nodeptr = _Nodeptr_type;
};
#if _ITERATOR_DEBUG_LEVEL == 0
using _STD _Fake_alloc;
#endif
// The following types are not accessible from std::list.
template <class _Ty, class _Alloc = _STD allocator<_Ty>>
struct _ListImpl {