Skip to content

Commit 5443386

Browse files
committed
Replace demo link
1 parent 27bbfd9 commit 5443386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/issue4404.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Note that the `span` constructor actually requires `R` to be a `contiguous_range
3232
`array`, `span`, `ranges::empty_view`, and `ranges::single_view` satisfy this requirement.
3333
Given that `span` already has CTAD for raw arrays and `array`s, this improvement is not
3434
significant, but it still seems worthwhile as a compile-time optimization for certain
35-
user-defined types or in some specialized cases (<a href="https://godbolt.org/z/EW6xnnfe1">demo</a>):
35+
user-defined types or in some specialized cases (<a href="https://godbolt.org/z/vjPxKzdTf">demo</a>):
3636
</p>
3737
<blockquote><pre>
3838
#include &lt;array&gt;

0 commit comments

Comments
 (0)