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 Magidovich <mgsergio@mapswithme.com>2016-08-22 16:59:58 +0300
committerSergey Magidovich <mgsergio@mapswithme.com>2016-08-22 18:56:33 +0300
commitfb37f2ac3db5c2343263bbe23944a9e10565427f (patch)
treea3d72979ec54b944c97bb08b2641c065c6df4aa6 /std/type_traits.hpp
parent627d66722a15982edf6a9f914fd316604f857d92 (diff)
Add NewType class to have strong typedefs for primitive types.
Diffstat (limited to 'std/type_traits.hpp')
-rw-r--r--std/type_traits.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/std/type_traits.hpp b/std/type_traits.hpp
index c292cd1df8..0a8c78401e 100644
--- a/std/type_traits.hpp
+++ b/std/type_traits.hpp
@@ -11,6 +11,8 @@ using std::conditional;
using std::enable_if;
using std::is_arithmetic;
using std::is_base_of;
+using std::is_constructible;
+using std::is_convertible;
using std::is_floating_point;
using std::is_integral;
using std::is_pod;