From Jason Turner

[diff.stat]

Diff to HTML by rtfpessoa

tmp/tmpfz9zp9u5/{from.md → to.md} RENAMED
@@ -1,6 +1,6 @@
1
- ### [[stmt.stmt]]: statements <a id="diff.stat">[[diff.stat]]</a>
2
 
3
  **Change:** It is now invalid to jump past a declaration with explicit
4
  or implicit initializer (except across entire block not entered).
5
  **Rationale:** Constructors used in initializers may allocate resources
6
  which need to be de-allocated upon leaving the block. Allowing jump past
 
1
+ ### [[stmt]]: statements <a id="diff.stat">[[diff.stat]]</a>
2
 
3
  **Change:** It is now invalid to jump past a declaration with explicit
4
  or implicit initializer (except across entire block not entered).
5
  **Rationale:** Constructors used in initializers may allocate resources
6
  which need to be de-allocated upon leaving the block. Allowing jump past