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:
authorAlex Zolotarev <alex@maps.me>2016-01-13 19:27:15 +0300
committerAlex Zolotarev <alex@maps.me>2016-01-13 19:27:15 +0300
commit192cbe36ac16f3161c085f47b662782f514fb676 (patch)
tree4b30205fc96067a2c444bb956e4a8260b2820108 /std
parent5695f5f12739dcc8944c3b565196f52c4f99565d (diff)
parent3400e3e9da3963ab7386f85c4c33281ce50a712d (diff)
Merge pull request #1318 from mgsergio/cuisine-normalization
Cuisine normalisation in generator.
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