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:
authorArsentiy Milchakov <milcars@mapswithme.com>2017-08-16 16:10:37 +0300
committerYuri Gorshenin <mipt.vi002@gmail.com>2017-08-16 16:20:50 +0300
commitb3ab518fd70f72420f4278d7053ecaf880001817 (patch)
treee5f656564c51ce6c4ee102cf3db488d6f2822c6f /std/type_traits.hpp
parent948bcf950d8091b1db1960a814992d0062f10f6a (diff)
[local_ads] campaign ser/des fixes + tests
Diffstat (limited to 'std/type_traits.hpp')
-rw-r--r--std/type_traits.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/std/type_traits.hpp b/std/type_traits.hpp
index df4d4565d2..85a1bf9390 100644
--- a/std/type_traits.hpp
+++ b/std/type_traits.hpp
@@ -12,6 +12,7 @@ using std::is_arithmetic;
using std::is_base_of;
using std::is_constructible;
using std::is_convertible;
+using std::is_enum;
using std::is_floating_point;
using std::is_integral;
using std::is_pod;