From Jason Turner

[conv.rval]

Diff to HTML by rtfpessoa

tmp/tmpcj98a5x7/{from.md → to.md} RENAMED
@@ -1,9 +1,9 @@
1
- ## Temporary materialization conversion <a id="conv.rval">[[conv.rval]]</a>
2
 
3
  A prvalue of type `T` can be converted to an xvalue of type `T`. This
4
- conversion initializes a temporary object ([[class.temporary]]) of type
5
  `T` from the prvalue by evaluating the prvalue with the temporary object
6
  as its result object, and produces an xvalue denoting the temporary
7
  object. `T` shall be a complete type.
8
 
9
  [*Note 1*: If `T` is a class type (or array thereof), it must have an
 
1
+ ### Temporary materialization conversion <a id="conv.rval">[[conv.rval]]</a>
2
 
3
  A prvalue of type `T` can be converted to an xvalue of type `T`. This
4
+ conversion initializes a temporary object [[class.temporary]] of type
5
  `T` from the prvalue by evaluating the prvalue with the temporary object
6
  as its result object, and produces an xvalue denoting the temporary
7
  object. `T` shall be a complete type.
8
 
9
  [*Note 1*: If `T` is a class type (or array thereof), it must have an