1
0
Fork 0
mirror of https://github.com/Neargye/magic_enum.git synced 2026-01-10 23:44:29 +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

@ -30,10 +30,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
#define CATCH_CONFIG_MAIN
#include <catch2/catch.hpp>