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 942f387 commit e1fd56aCopy full SHA for e1fd56a
xml/issue4483.xml
@@ -22,7 +22,7 @@ rejected.</p>
22
23
<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
+object, this function does not support array at all. Furthermore creating an distinct template
26
parameter object leads to emission of (otherwise uncessary) additional symbols, and breaks the
27
invariant that for all supported object types `&constant_of(o) == define_static_object(o)`.
28
We should use `reflect_constant_array` for arrays directly.</p>
0 commit comments