/
githubmirror
/
omim
Обзор
Документация
Войти
/
githubmirror
/
omim
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
android-943
std/mutex.hpp
16 строк
198 B
Lev Dragunov
PR fixes.
10 ноя 2015, 13:06
10 ноя 2015, 13:06
6a1b36e
Код
Авторство
О чём код?
#pragma once #ifdef new #undef new #endif #include <mutex> using std::lock_guard; using std::mutex; using std::timed_mutex; using std::unique_lock; #ifdef DEBUG_NEW #define new DEBUG_NEW #endif