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:
authorYury Melnichek <melnichek@malinovka.local>2011-08-16 13:22:42 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:21:47 +0300
commit22df4ad8f3bc2b2d5b95c5633beb4f987b1cca8d (patch)
tree9f914c0d3c69fd233bd8ca5bae41d2930a11fb96 /std
parent48e89bb86911812524a3d6ba8b22ee92d33890e3 (diff)
Add lexicographical compare to algorithm.hpp and use in in buffer_vector.
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 a570667e5f..6f5bbc8bb9 100644
--- a/std/algorithm.hpp
+++ b/std/algorithm.hpp
@@ -8,6 +8,7 @@
#include <algorithm>
using std::equal;
+using std::lexicographical_compare;
using std::lower_bound;
using std::max;
using std::max_element;