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:
authorrachytski <siarhei.rachytski@gmail.com>2011-07-03 15:22:20 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:20:37 +0300
commit202ff7325368bae41b51f484c907d29973568b88 (patch)
tree9b7b0aad6c827770338e2dc8b6ad806eaad1b003 /std
parent722d22ad3abda771fd9943a79ac6537807d896ee (diff)
Initial implementation of tile rendering.
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 aa6f8cba10..87c636e221 100644
--- a/std/functional.hpp
+++ b/std/functional.hpp
@@ -8,6 +8,7 @@
#include <functional>
using std::greater;
using std::less;
+using std::greater;
using std::equal_to;
#ifdef DEBUG_NEW