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 8fc9b6b commit 942f387Copy full SHA for 942f387
xml/issue4483.xml
@@ -20,7 +20,7 @@ with multidimensional array or `span` of arrays is ill formed due <i>Mandate</i>
20
(<tt>reflect_constant_arry</tt> strips outermost extents), while multi-dimensional array are
21
rejected.</p>
22
23
-<p>Futhremore, `define_static_object` currently uses <tt>define_static_array(span(addressof(t), 1)).data()</tt>,
+<p>Furthermore, `define_static_object` currently uses <tt>define_static_array(span(addressof(t), 1)).data()</tt>,
24
for array types. As for `T[N]` input this creates an multidimensional `T[1][N]` constant parameter
25
object, this function does not support array at all. Futhermore creating an distinct template
26
parameter object leads to emission of (otherwise uncessary) additional symbols, and breaks the
0 commit comments