/
githubmirror
/
omim
Обзор
Документация
Войти
/
githubmirror
/
omim
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
py-modules-0.2.8
std/stack.hpp
12 строк
126 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 <stack> using std::stack; #ifdef DEBUG_NEW #define new DEBUG_NEW #endif