/
githubmirror
/
omim
Обзор
Документация
Войти
/
githubmirror
/
omim
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
android-google-914
std/function.hpp
13 строк
154 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 <functional> using std::function; using std::greater; #ifdef DEBUG_NEW #define new DEBUG_NEW #endif