Changeset 53afa639 in mainline
- Timestamp:
- 2019-07-04T13:36:57Z (5 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b781cc49
- Parents:
- 9675296
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/cpp/include/cstddef
r9675296 r53afa639 32 32 #include <stddef.h> 33 33 34 #ifdef __clang__35 typedef decltype(nullptr) nullptr_t;36 #endif37 38 34 namespace std 39 35 { 40 using ::nullptr_t;36 using nullptr_t = decltype(nullptr); 41 37 using ::size_t; 42 38 using ::ptrdiff_t;
Note:
See TracChangeset
for help on using the changeset viewer.