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:
authorExMix <rahuba.youri@mapswithme.com>2015-04-27 11:49:22 +0300
committerr.kuznetsov <r.kuznetsov@corp.mail.ru>2015-11-30 16:04:18 +0300
commit3b030fcf019b3facfa0cbe03b3f9185d3103362a (patch)
tree0b06509d41087dee80ca669c1afcd2143b46c27c /std/type_traits.hpp
parent199040d0aadeac84beb60712e6b6952d212ce501 (diff)
[drape] small pointers improvement
Diffstat (limited to 'std/type_traits.hpp')
-rw-r--r--std/type_traits.hpp8
1 files changed, 2 insertions, 6 deletions
diff --git a/std/type_traits.hpp b/std/type_traits.hpp
index 1a56c51628..00baf5531f 100644
--- a/std/type_traits.hpp
+++ b/std/type_traits.hpp
@@ -10,21 +10,17 @@
using std::conditional;
using std::enable_if;
using std::is_arithmetic;
+using std::is_base_of;
using std::is_floating_point;
using std::is_integral;
using std::is_pod;
using std::is_same;
using std::is_signed;
-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;
+using std::underlying_type;
using std::is_void;
/// @todo clang on linux doesn't have is_trivially_copyable.