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:
parent
e43f7a9329
commit
fd9f70b91d
3 changed files with 94 additions and 77 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue