/
githubmirror
/
omim
Обзор
Документация
Войти
/
githubmirror
/
omim
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
android-942
std/regex.hpp
17 строк
248 B
Sergey Magidovich
Cuisine normalisation #https://trello.com/c/TKooF4Q0/25-cuisine
13 янв 2016, 17:53
13 янв 2016, 17:53
3400e3e
Код
Авторство
О чём код?
#pragma once #if defined(new) #undef new #endif #include <regex> using std::regex; using std::regex_match; using std::regex_search; using std::sregex_token_iterator; using std::regex_replace; #if defined(DEBUG_NEW) #define new DEBUG_NEW #endif