From Jason Turner

[defaultconstructible]

Diff to HTML by rtfpessoa

tmp/tmpzrpgrfuo/{from.md → to.md} RENAMED
@@ -1,8 +0,0 @@
1
- **Table: `DefaultConstructible` requirements** <a id="defaultconstructible">[defaultconstructible]</a>
2
-
3
- | Expression | Post-condition |
4
- | -------------- | ------------------------------------------------------------------- |
5
- | `T t;` | object `t` is default-initialized |
6
- | `T u{};` | object `u` is value-initialized or aggregate-initialized |
7
- | `T()`<br>`T{}` | an object of type `T` is value-initialized or aggregate-initialized |
8
-