mirror of
https://github.com/apache/nuttx.git
synced 2026-05-25 18:27:56 +08:00
include/cxx/cstddef: Add C11++ std::nullptr_t
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user