#pragma once #include "common_defines.hpp" #ifdef new #undef new #endif #include using std::exception; using std::logic_error; using std::runtime_error; #ifdef DEBUG_NEW #define new DEBUG_NEW #endif