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:
authorSergey Magidovich <mgsergio@mapswithme.com>2016-10-24 15:15:36 +0300
committerSergey Magidovich <mgsergio@mapswithme.com>2017-01-31 10:43:14 +0300
commit3e6df70ac10b8e10dd15199fa16bfdd54c6ee1f4 (patch)
treeb8e1d157a64a02d6f304cd4e1eb6ba9eda7b2667 /std
parent13090e8c57c6191e64eb85c72be5315af46cabba (diff)
OpenLR decoding, markup tool.
Diffstat (limited to 'std')
-rw-r--r--std/functional.hpp9
1 files changed, 5 insertions, 4 deletions
diff --git a/std/functional.hpp b/std/functional.hpp
index 7f66ef70d4..6236824d72 100644
--- a/std/functional.hpp
+++ b/std/functional.hpp
@@ -5,12 +5,13 @@
#endif
#include <functional>
-using std::less;
-using std::less_equal;
-using std::greater;
using std::equal_to;
-using std::hash;
using std::function;
+using std::greater;
+using std::hash;
+using std::less;
+using std::less_equal;
+using std::mem_fn;
using std::ref;
#ifdef DEBUG_NEW