Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/std
diff options
context:
space:
mode:
authorSergey Magidovich <mgsergio@mapswithme.com>2016-01-11 18:33:24 +0300
committerSergey Magidovich <mgsergio@mapswithme.com>2016-01-13 17:53:42 +0300
commit3400e3e9da3963ab7386f85c4c33281ce50a712d (patch)
tree2adef602940f004c23f1f7f0845fc509074a8e73 /std
parent7908dbf3df9bdfc22592bd87831fa64a1abe4539 (diff)
Cuisine normalisation #https://trello.com/c/TKooF4Q0/25-cuisine
Diffstat (limited to 'std')
-rw-r--r--std/regex.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/std/regex.hpp b/std/regex.hpp
index dfa518a519..2f69582440 100644
--- a/std/regex.hpp
+++ b/std/regex.hpp
@@ -10,6 +10,7 @@ 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