Skip to content

Commit 1d26504

Browse files
frederick-vs-jajwakely
authored andcommitted
Fix formatting for the proposed resolution of LWG4452
1 parent a97cfd8 commit 1d26504

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

xml/issue4452.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ This wording is relative to <paper num="N5014"/>.
3232
<blockquote>
3333
<pre>
3434
template&lt;class I&gt;
35-
decltype(auto) <i>deref-move</i>(I&amp; it) {
36-
constexpr decltype(auto) <i>deref-move</i>(I&amp; it) {
35+
<ins>constexpr </ins>decltype(auto) <i>deref-move</i>(I&amp; it) {
3736
if constexpr (is_lvalue_reference_v&lt;decltype(*it)&gt;)
3837
return std::move(*it);
3938
else

0 commit comments

Comments
 (0)