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-13 19:53:13 +0300
committerr.kuznetsov <r.kuznetsov@corp.mail.ru>2015-11-30 16:04:07 +0300
commit0ef3327c406e7a8d427d938c0347470d0e56dd34 (patch)
treeb38c97dfdeea45d79a35f8dbcb92fbfef128050a /std
parent6896b7d19aa23b84642ae5d60540ea7f9b647cce (diff)
Code-review fixes
Diffstat (limited to 'std')
-rw-r--r--std/utility.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/std/utility.hpp b/std/utility.hpp
index b535e65831..64d61997b1 100644
--- a/std/utility.hpp
+++ b/std/utility.hpp
@@ -8,7 +8,6 @@
using std::pair;
using std::make_pair;
using std::move;
-using std::forward;
#ifdef DEBUG_NEW
#define new DEBUG_NEW