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:
authorr.kuznetsov <r.kuznetsov@corp.mail.ru>2015-03-19 18:32:38 +0300
committerr.kuznetsov <r.kuznetsov@corp.mail.ru>2015-11-30 16:04:09 +0300
commit8ab233755418acbfffc734b05a8066dc2b8349e6 (patch)
treeeed78e69621e3c2e4f327be3c1ce072b754e7dad /std
parent9a1edf1000d10c842e55d1f8bf0cf018cf3b32b7 (diff)
Refactored DataBuffer
Diffstat (limited to 'std')
-rw-r--r--std/utility.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/std/utility.hpp b/std/utility.hpp
index 64d61997b1..b535e65831 100644
--- a/std/utility.hpp
+++ b/std/utility.hpp
@@ -8,6 +8,7 @@
using std::pair;
using std::make_pair;
using std::move;
+using std::forward;
#ifdef DEBUG_NEW
#define new DEBUG_NEW