From Jason Turner

[array.zero]

Diff to HTML by rtfpessoa

tmp/tmpaqvj5_x8/{from.md → to.md} RENAMED
@@ -6,8 +6,8 @@ In the case that `N == 0`, `begin() == end() ==` unique value. The
6
  return value of `data()` is unspecified.
7
 
8
  The effect of calling `front()` or `back()` for a zero-sized array is
9
  undefined.
10
 
11
- Member function `swap()` shall have a *noexcept-specification* which is
12
- equivalent to `noexcept(true)`.
13
 
 
6
  return value of `data()` is unspecified.
7
 
8
  The effect of calling `front()` or `back()` for a zero-sized array is
9
  undefined.
10
 
11
+ Member function `swap()` shall have a non-throwing exception
12
+ specification.
13