We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d26504 commit c66498aCopy full SHA for c66498a
xml/issue4452.xml
@@ -32,7 +32,7 @@ This wording is relative to <paper num="N5014"/>.
32
<blockquote>
33
<pre>
34
template<class I>
35
- <ins>constexpr </ins>decltype(auto) <i>deref-move</i>(I& it) {
+ <ins>constexpr</ins> decltype(auto) <i>deref-move</i>(I& it) {
36
if constexpr (is_lvalue_reference_v<decltype(*it)>)
37
return std::move(*it);
38
else
0 commit comments