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-03-11 17:34:10 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:56:28 +0300
commit9cec925752462dd806bce66c2c8cbff6e9144666 (patch)
tree6e779e374d4f782b7c616ae0ed6ae3f3aedd4764 /std
parentf9e8c97c6fb55926ff906e0320cf68c618dc02a3 (diff)
Code review. Fix data loss.
Diffstat (limited to 'std')
-rw-r--r--std/functional.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/std/functional.hpp b/std/functional.hpp
index 8cc820767f..7f66ef70d4 100644
--- a/std/functional.hpp
+++ b/std/functional.hpp
@@ -10,6 +10,8 @@ using std::less_equal;
using std::greater;
using std::equal_to;
using std::hash;
+using std::function;
+using std::ref;
#ifdef DEBUG_NEW
#define new DEBUG_NEW