#pragma once #ifdef new #undef new #endif #include using std::initializer_list; typedef initializer_list StringIL; #ifdef DEBUG_NEW #define new DEBUG_NEW #endif