Changeset 9675296 in mainline for uspace/lib/cpp/include/cstddef
- Timestamp:
- 2019-07-04T13:00:35Z (5 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 53afa639
- Parents:
- 98c4c16
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-07-04 12:49:24)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-07-04 13:00:35)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/cpp/include/cstddef
r98c4c16 r9675296 32 32 #include <stddef.h> 33 33 34 #ifdef __clang__ 35 typedef decltype(nullptr) nullptr_t; 36 #endif 37 34 38 namespace std 35 39 {
Note:
See TracChangeset
for help on using the changeset viewer.