Skip to content

Commit c66498a

Browse files
committed
Formatting improvement
1 parent 1d26504 commit c66498a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/issue4452.xml

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

0 commit comments

Comments
 (0)