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 19:07:22 +0300
committerr.kuznetsov <r.kuznetsov@corp.mail.ru>2015-11-30 16:04:10 +0300
commita6b124354e667d80de39f80ada95812073fd239b (patch)
tree330088eea9e7f4ffb66bd0a6f1216228146af54c /std
parent8ab233755418acbfffc734b05a8066dc2b8349e6 (diff)
Review fixes #2
Diffstat (limited to 'std')
-rw-r--r--std/utility.hpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/std/utility.hpp b/std/utility.hpp
index b535e65831..d2c4a9d159 100644
--- a/std/utility.hpp
+++ b/std/utility.hpp
@@ -5,10 +5,11 @@
#endif
#include <utility>
-using std::pair;
+
+using std::forward;
using std::make_pair;
using std::move;
-using std::forward;
+using std::pair;
#ifdef DEBUG_NEW
#define new DEBUG_NEW