#pragma once #ifdef new #undef new #endif #include using std::condition_variable; using std::cv_status; #ifdef DEBUG_NEW #define new DEBUG_NEW #endif