[libcxx-commits] [libcxx] a062856 - [NFC] Comment endif to test commit access

via libcxx-commits libcxx-commits at lists.llvm.org
Mon Oct 28 09:19:26 PDT 2019


Author: --global
Date: 2019-10-28T09:19:08-07:00
New Revision: a062856bcf4fca26dab06afdf14bf1c815831f9c

URL: https://github.com/llvm/llvm-project/commit/a062856bcf4fca26dab06afdf14bf1c815831f9c
DIFF: https://github.com/llvm/llvm-project/commit/a062856bcf4fca26dab06afdf14bf1c815831f9c.diff

LOG: [NFC] Comment endif to test commit access

Added: 
    

Modified: 
    libcxx/include/type_traits

Removed: 
    


################################################################################
diff  --git a/libcxx/include/type_traits b/libcxx/include/type_traits
index 77b57a41e418..aa1fab3bcf8c 100644
--- a/libcxx/include/type_traits
+++ b/libcxx/include/type_traits
@@ -720,7 +720,7 @@ template <class _Tp>
 _LIBCPP_INLINE_VAR _LIBCPP_CONSTEXPR bool is_null_pointer_v
     = is_null_pointer<_Tp>::value;
 #endif
-#endif
+#endif // _LIBCPP_STD_VER > 11
 
 // is_integral
 


        


More information about the libcxx-commits mailing list