forked from OSchip/llvm-project
[NFC] Comment endif to test commit access
This commit is contained in:
parent
e4d6f1300f
commit
a062856bcf
|
|
@ -720,7 +720,7 @@ template <class _Tp>
|
||||||
_LIBCPP_INLINE_VAR _LIBCPP_CONSTEXPR bool is_null_pointer_v
|
_LIBCPP_INLINE_VAR _LIBCPP_CONSTEXPR bool is_null_pointer_v
|
||||||
= is_null_pointer<_Tp>::value;
|
= is_null_pointer<_Tp>::value;
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif // _LIBCPP_STD_VER > 11
|
||||||
|
|
||||||
// is_integral
|
// is_integral
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue