/
githubmirror
/
omim
Обзор
Документация
Войти
/
githubmirror
/
omim
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
android-gr-922
std/numeric.hpp
13 строк
150 B
Sergey Yershov
Add iota to std
31 май 2016, 17:39
31 май 2016, 17:39
3e212a0
Код
Авторство
О чём код?
#pragma once #ifdef new #undef new #endif #include <numeric> using std::accumulate; using std::iota; #ifdef DEBUG_NEW #define new DEBUG_NEW #endif