From ce9ac549c9396a1308630f838c87a44b5284ea01 Mon Sep 17 00:00:00 2001 From: Arthur O'Dwyer Date: Sat, 12 Dec 2020 11:58:26 -0500 Subject: [PATCH] [libc++] Remove __is_construct::__nat. NFCI. This type has been unused since commit 5b4cc84b87232e67afb63e2bad429b3211b26964. --- libcxx/include/type_traits | 5 ----- 1 file changed, 5 deletions(-) diff --git a/libcxx/include/type_traits b/libcxx/include/type_traits index 2842c90..3bcb1d7 100644 --- a/libcxx/include/type_traits +++ b/libcxx/include/type_traits @@ -2878,11 +2878,6 @@ struct __member_pointer_class_type<_Ret _ClassType::*> { // template struct is_constructible; -namespace __is_construct -{ -struct __nat {}; -} - #if defined(_LIBCPP_COMPILER_GCC) && _GNUC_VER_NEW >= 10000 # define _LIBCPP_GCC_SUPPORTS_IS_CONSTRUCTIBLE #endif -- 2.7.4