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:
authorExMix <rahuba.youri@mapswithme.com>2015-03-25 15:40:12 +0300
committerr.kuznetsov <r.kuznetsov@corp.mail.ru>2015-11-30 16:04:11 +0300
commitbbf48445637cbcb50edc3c6734b9d8789144c8a9 (patch)
treed90b74933ddc26887c2670b9d21123dcbd640d54 /std
parent4bdaf1f2da5d85c9fd895824bb089a798d06009d (diff)
review fixes
Diffstat (limited to 'std')
-rw-r--r--std/type_traits.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/std/type_traits.hpp b/std/type_traits.hpp
index ca2a399e48..bec32ce7b0 100644
--- a/std/type_traits.hpp
+++ b/std/type_traits.hpp
@@ -19,6 +19,12 @@ using std::is_unsigned;
using std::make_signed;
using std::make_unsigned;
using std::underlying_type;
+using std::is_same;
+using std::is_signed;
+using std::is_standard_layout;
+using std::is_unsigned;
+using std::make_signed;
+using std::make_unsigned;
/// @todo clang on linux doesn't have is_trivially_copyable.
#ifndef OMIM_OS_LINUX