From Jason Turner

[cstddef.syn]

Diff to HTML by rtfpessoa

tmp/tmpbgx1_w1g/{from.md → to.md} RENAMED
@@ -34,11 +34,12 @@ namespace std {
34
  #define offsetof(P, D) see below
35
  ```
36
 
37
  The contents and meaning of the header `<cstddef>` are the same as the C
38
  standard library header `<stddef.h>`, except that it does not declare
39
- the type `wchar_t`, that it also declares the type `byte` and its
40
- associated operations [[support.types.byteops]], and as noted in
41
- [[support.types.nullptr]] and [[support.types.layout]].
 
42
 
43
- See also: ISO C 7.19
44
 
 
34
  #define offsetof(P, D) see below
35
  ```
36
 
37
  The contents and meaning of the header `<cstddef>` are the same as the C
38
  standard library header `<stddef.h>`, except that it does not declare
39
+ the type `wchar_t`, that it does not define the macro `unreachable`,
40
+ that it also declares the type `byte` and its associated operations
41
+ [[support.types.byteops]], and as noted in [[support.types.nullptr]] and
42
+ [[support.types.layout]].
43
 
44
+ See also: ISO C 7.21
45