include/cxx/cstddef: Add C11++ std::nullptr_t

This commit is contained in:
junmin-kim
2019-07-11 06:06:36 -06:00
committed by Gregory Nutt
parent 29c7b06b0a
commit 9e78931b91
+3
View File
@@ -76,6 +76,9 @@ namespace std
using ::socklen_t;
using ::sa_family_t;
#if __cplusplus >= 201103L
using nullptr_t = decltype(nullptr);
#endif
}
#endif // __INCLUDE_CXX_CSTDDEF