/
githubmirror
/
omim
Обзор
Документация
Войти
/
githubmirror
/
omim
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
android-941
std/string.hpp
18 строк
230 B
Constantin Shalnev
The MAPS.ME.Designer tool for DRAPE 2.0
04 июл 2017, 11:26
04 июл 2017, 11:26
93035f2
Код
Авторство
О чём код?
#pragma once #ifdef new #undef new #endif #include <string> using std::basic_string; using std::getline; using std::stoi; using std::stod; using std::string; using std::to_string; #ifdef DEBUG_NEW #define new DEBUG_NEW #endif