From Jason Turner

[expr.alignof]

Diff to HTML by rtfpessoa

tmp/tmpwhwlehpl/{from.md → to.md} RENAMED
@@ -5,12 +5,13 @@ type. The operand shall be a *type-id* representing a complete object
5
  type, or an array thereof, or a reference to one of those types.
6
 
7
  The result is a prvalue of type `std::size_t`.
8
 
9
  [*Note 1*: An `alignof` expression is an integral constant expression
10
- [[expr.const]]. The type `std::size_t` is defined in the standard header
11
- `<cstddef>` [[cstddef.syn]], [[support.types.layout]]. — *end note*]
 
12
 
13
  When `alignof` is applied to a reference type, the result is the
14
  alignment of the referenced type. When `alignof` is applied to an array
15
  type, the result is the alignment of the element type.
16
 
 
5
  type, or an array thereof, or a reference to one of those types.
6
 
7
  The result is a prvalue of type `std::size_t`.
8
 
9
  [*Note 1*: An `alignof` expression is an integral constant expression
10
+ [[expr.const]]. The *typedef-name* `std::size_t` is declared in the
11
+ standard header `<cstddef>`
12
+ [[cstddef.syn]], [[support.types.layout]]. — *end note*]
13
 
14
  When `alignof` is applied to a reference type, the result is the
15
  alignment of the referenced type. When `alignof` is applied to an array
16
  type, the result is the alignment of the element type.
17