fix windows debug compilation

This commit is contained in:
dankmeme01 2024-04-03 18:33:37 +02:00
parent b3c0c9fbd0
commit ac08d2f03a

View file

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