#pragma once #include "common_defines.hpp" #ifdef new #undef new #endif #include using std::less; using std::greater; using std::equal_to; #ifdef DEBUG_NEW #define new DEBUG_NEW #endif