From edc3df3fc6c02baf8b318364ffeccf19ca726291 Mon Sep 17 00:00:00 2001 From: vng Date: Tue, 3 Jan 2012 15:53:38 +0300 Subject: [PATCH] Remove duplicating 'using' entry. --- std/functional.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -using std::greater; + using std::less; using std::greater; using std::equal_to;