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:
authorYuri Gorshenin <y@maps.me>2015-04-16 12:20:06 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:47:01 +0300
commitf74d05089775ca0e9db42ae67c43ddeaff1ca98c (patch)
tree845a88b5fd1fb4e5fe90be8272868d0d1e5dd46f /std
parent6b975fb30f13c6b80973b18f1be36b539c39e6fe (diff)
Review fixes.
Diffstat (limited to 'std')
-rw-r--r--std/function.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/std/function.hpp b/std/function.hpp
index d43499e7bc..ba4b1e9cd3 100644
--- a/std/function.hpp
+++ b/std/function.hpp
@@ -9,6 +9,7 @@
#include <functional>
using std::function;
+ using std::greater;
#else