mirror of
https://github.com/geode-sdk/geode.git
synced 2025-04-15 22:44:42 -04:00
fix the release xhash
This commit is contained in:
parent
faf5b336a9
commit
9f2cea46ad
1 changed files with 4 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue