Changes in uspace/lib/cpp/include/cstddef [bc56f30:53afa639] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/cpp/include/cstddef
rbc56f30 r53afa639 34 34 namespace std 35 35 { 36 using ::nullptr_t;36 using nullptr_t = decltype(nullptr); 37 37 using ::size_t; 38 38 using ::ptrdiff_t;
Note:
See TracChangeset
for help on using the changeset viewer.