/
githubmirror
/
omim
Обзор
Документация
Войти
/
githubmirror
/
omim
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
py-modules-0.2.6
std/bind.hpp
22 строки
395 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::bind; using std::ref; using std::cref; using std::placeholders::_1; using std::placeholders::_2; using std::placeholders::_3; using std::placeholders::_4; using std::placeholders::_5; using std::placeholders::_6; using std::placeholders::_7; using std::placeholders::_8; #ifdef DEBUG_NEW #define new DEBUG_NEW #endif