1
0
Fork 0
mirror of https://github.com/Neargye/magic_enum.git synced 2026-01-09 23:34:23 +00:00

fix _ITERATOR_DEBUG_LEVEL

This commit is contained in:
neargye 2023-06-16 06:04:33 +04:00
parent e43f7a9329
commit fd9f70b91d
3 changed files with 94 additions and 77 deletions

View file

@ -26,10 +26,6 @@
# pragma warning(disable : 4244) // warning C4244: 'argument': conversion from 'const T' to 'unsigned int', possible loss of data.
#endif
#ifdef _WIN32
#define _ITERATOR_DEBUG_LEVEL 0
#endif
#include <iostream>
#include <magic_enum_containers.hpp>