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
diff options
context:
space:
mode:
authorYury Melnichek <melnichek@gmail.com>2011-04-07 19:03:19 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:15:29 +0300
commitfbd2fe3622205f2057cd8bbcd84121c120406067 (patch)
tree900110d9ec72a3c2474db460ebffc1b9e1eb615e /std/algorithm.hpp
parentdbc3638e51a80ec882e6113efb5d94a4e4aecd66 (diff)
Add std::replace to std/algorithm.hpp
Diffstat (limited to 'std/algorithm.hpp')
-rw-r--r--std/algorithm.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/std/algorithm.hpp b/std/algorithm.hpp
index 73ba338381..f824ca9361 100644
--- a/std/algorithm.hpp
+++ b/std/algorithm.hpp
@@ -21,6 +21,7 @@ using std::unique;
using std::equal_range;
using std::for_each;
using std::copy;
+using std::replace;
using std::reverse;
using std::set_union;
using std::set_intersection;