/
githubmirror
/
omim
Обзор
Документация
Войти
/
githubmirror
/
omim
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
split-repo
std/thread.hpp
15 строк
172 B
Alex Zolotarev
std folder cleanup & removing not needed boost references.
23 сен 2015, 02:52
23 сен 2015, 02:52
d7dfd87
Код
Авторство
О чём код?
#pragma once #ifdef new #undef new #endif #include <thread> namespace this_thread = std::this_thread; using std::thread; #ifdef DEBUG_NEW #define new DEBUG_NEW #endif