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