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:
authorr.kuznetsov <r.kuznetsov@corp.mail.ru>2015-04-16 14:48:30 +0300
committerr.kuznetsov <r.kuznetsov@corp.mail.ru>2015-11-30 16:04:17 +0300
commit734b0a10b024dac63a26710522683fdb0209a0b5 (patch)
tree96554add69ea14b6d9e2ed13eb17fdeb3a763eb4 /std/type_traits.hpp
parent4d6dcfc596953ef570d1d51f11416cdd5298999c (diff)
Pointers refactoring
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 bec32ce7b0..1a56c51628 100644
--- a/std/type_traits.hpp
+++ b/std/type_traits.hpp
@@ -25,6 +25,7 @@ using std::is_standard_layout;
using std::is_unsigned;
using std::make_signed;
using std::make_unsigned;
+using std::is_void;
/// @todo clang on linux doesn't have is_trivially_copyable.
#ifndef OMIM_OS_LINUX