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 27bbfd9 commit 5443386Copy full SHA for 5443386
xml/issue4404.xml
@@ -32,7 +32,7 @@ Note that the `span` constructor actually requires `R` to be a `contiguous_range
32
`array`, `span`, `ranges::empty_view`, and `ranges::single_view` satisfy this requirement.
33
Given that `span` already has CTAD for raw arrays and `array`s, this improvement is not
34
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>):
+user-defined types or in some specialized cases (<a href="https://godbolt.org/z/vjPxKzdTf">demo</a>):
36
</p>
37
<blockquote><pre>
38
#include <array>
0 commit comments