From Jason Turner

[array.zero]

Diff to HTML by rtfpessoa

tmp/tmprynhs2_y/{from.md → to.md} RENAMED
@@ -1,6 +1,6 @@
1
- #### Zero sized arrays <a id="array.zero">[[array.zero]]</a>
2
 
3
  `array` shall provide support for the special case `N == 0`.
4
 
5
  In the case that `N == 0`, `begin() == end() ==` unique value. The
6
  return value of `data()` is unspecified.
 
1
+ #### Zero-sized arrays <a id="array.zero">[[array.zero]]</a>
2
 
3
  `array` shall provide support for the special case `N == 0`.
4
 
5
  In the case that `N == 0`, `begin() == end() ==` unique value. The
6
  return value of `data()` is unspecified.