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:
authorvng <viktor.govako@gmail.com>2012-01-03 16:53:38 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:31:16 +0300
commitedc3df3fc6c02baf8b318364ffeccf19ca726291 (patch)
treed8ad9cdd5378eb9b287b78770215e992443a5da9 /std
parent1070cdcf16f0a51763b4047e814a32b37c26f059 (diff)
Remove duplicating 'using' entry.
Diffstat (limited to 'std')
-rw-r--r--std/functional.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/std/functional.hpp b/std/functional.hpp
index 87c636e221..cc34502864 100644
--- a/std/functional.hpp
+++ b/std/functional.hpp
@@ -6,7 +6,7 @@
#endif
#include <functional>
-using std::greater;
+
using std::less;
using std::greater;
using std::equal_to;