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
diff options
context:
space:
mode:
authorSergey Yershov <yershov@corp.mail.ru>2015-04-16 03:00:23 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:46:06 +0300
commitc58e7810549ea9b6cca2b3b3f8f56a5e7298f97e (patch)
tree9808710bc1dd338a3803b577f02475ff5b25a1d4 /std/iomanip.hpp
parent92140b0b86046d1a6850c0882398fb0572364d76 (diff)
Review fixes
Diffstat (limited to 'std/iomanip.hpp')
-rw-r--r--std/iomanip.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/std/iomanip.hpp b/std/iomanip.hpp
index d62fdb85d8..8e0535adf8 100644
--- a/std/iomanip.hpp
+++ b/std/iomanip.hpp
@@ -7,12 +7,12 @@
#endif
#include <iomanip>
-using std::setw;
-using std::setfill;
-using std::hex;
using std::fixed;
+using std::hex;
+using std::put_time;
+using std::setfill;
using std::setprecision;
-
+using std::setw;
#ifndef OMIM_OS_LINUX
using std::get_time;