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:
authorVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2016-07-27 11:03:14 +0300
committerVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2016-07-27 14:17:03 +0300
commit939222e72895dfcad5187148c5068ebf136acfdf (patch)
tree4a509ad87db451d43005e84d7ff88187c3a04ca0 /std/algorithm.hpp
parent3d20b30646fb6360ba72eb922b07965a97c040c1 (diff)
Review fixes.
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 f35518bd61..79b2d51384 100644
--- a/std/algorithm.hpp
+++ b/std/algorithm.hpp
@@ -26,6 +26,7 @@ using std::max_element;
using std::min;
using std::min_element;
using std::next_permutation;
+using std::none_of;
using std::nth_element;
using std::partial_sort;
using std::remove_if;