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 <deathbaba@gmail.com>2011-02-10 23:31:32 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:12:02 +0300
commit8059fbad54e0a5eab8812b948de689626995f649 (patch)
treeef85b1da72d40f41f34d3bc86a2962b848f39380 /std
parent1a03b05f7112f22c12d345b4ad6654e773afad8f (diff)
Improved coastlines merging speed
Also removed limit for max coastline points
Diffstat (limited to 'std')
-rw-r--r--std/functional.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/std/functional.hpp b/std/functional.hpp
index c8c5478abf..aa6f8cba10 100644
--- a/std/functional.hpp
+++ b/std/functional.hpp
@@ -8,6 +8,7 @@
#include <functional>
using std::greater;
using std::less;
+using std::equal_to;
#ifdef DEBUG_NEW
#define new DEBUG_NEW