/
githubmirror
/
omim
Обзор
Документация
Войти
/
githubmirror
/
omim
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
android-942
std/utility.hpp
16 строк
187 B
r.kuznetsov
Review fixes #2
30 ноя 2015, 16:04
30 ноя 2015, 16:04
a6b1243
Код
Авторство
О чём код?
#pragma once #ifdef new #undef new #endif #include <utility> using std::forward; using std::make_pair; using std::move; using std::pair; #ifdef DEBUG_NEW #define new DEBUG_NEW #endif