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:
authorvng <viktor.govako@gmail.com>2012-05-10 19:02:06 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:38:14 +0300
commit00505c90aef29595a2b8e3a16dd2882ec2a5bbf9 (patch)
treeb272d849e7bbdd1214e993c83b6be36b1346701f /std
parente38216180aeb6877652b686585e35f758bd347f3 (diff)
find_if
Diffstat (limited to 'std')
-rw-r--r--std/algorithm.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/std/algorithm.hpp b/std/algorithm.hpp
index 9353464c74..69588650b7 100644
--- a/std/algorithm.hpp
+++ b/std/algorithm.hpp
@@ -9,6 +9,7 @@
using std::equal;
using std::find;
+using std::find_if;
using std::lexicographical_compare;
using std::lower_bound;
using std::max;