From Jason Turner

[thread.decaycopy]

Diff to HTML by rtfpessoa

tmp/tmpyglaxed5/{from.md → to.md} RENAMED
@@ -1,8 +1,8 @@
1
  ### `decay_copy` <a id="thread.decaycopy">[[thread.decaycopy]]</a>
2
 
3
- In several places in this Clause the operation *DECAY_COPY(x)* is used.
4
  All such uses mean call the function `decay_copy(x)` and use the result,
5
  where `decay_copy` is defined as follows:
6
 
7
  ``` cpp
8
  template <class T> decay_t<T> decay_copy(T&& v)
 
1
  ### `decay_copy` <a id="thread.decaycopy">[[thread.decaycopy]]</a>
2
 
3
+ In several places in this Clause the operation `DECAY_COPY(x)` is used.
4
  All such uses mean call the function `decay_copy(x)` and use the result,
5
  where `decay_copy` is defined as follows:
6
 
7
  ``` cpp
8
  template <class T> decay_t<T> decay_copy(T&& v)