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 031eb1f commit 75d9c65Copy full SHA for 75d9c65
xml/issue4483.xml
@@ -13,7 +13,7 @@
13
<discussion>
14
<p>As any array type (even of structural types) is not considered an structural type, per
15
<sref ref="[temp.param]"/> p12, any invocation of `reflect_constant_array`/`define_static_array`
16
-with multidimensional array or `span` of arrays is ill formed due <i>Mandate</i> in
+with multidimensional array or `span` of arrays is ill formed due to the <i>Mandates</i> in
17
<sref ref="meta.define.static"/> p8 that requires range value type to be structural.</p>
18
19
<p>As a consequence, `constant_of` currently supports only single-dimensional array
0 commit comments