include/cxx/cstddef: Add C11++ std::nullptr_t
This commit is contained in:
parent
29c7b06b0a
commit
9e78931b91
@ -76,6 +76,9 @@ namespace std
|
|||||||
|
|
||||||
using ::socklen_t;
|
using ::socklen_t;
|
||||||
using ::sa_family_t;
|
using ::sa_family_t;
|
||||||
|
#if __cplusplus >= 201103L
|
||||||
|
using nullptr_t = decltype(nullptr);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // __INCLUDE_CXX_CSTDDEF
|
#endif // __INCLUDE_CXX_CSTDDEF
|
||||||
|
Loading…
x
Reference in New Issue
Block a user