Skip to content

Commit cd8b3cf

Browse files
tomaszkamDani-Hub
andauthored
Apply suggestions from code review
Co-authored-by: Daniel Krügler <[email protected]>
1 parent 65ccce4 commit cd8b3cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/issue4483.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ with multidimensional array or `span` of arrays is ill formed due to the <i>Mand
2121
rejected.</p>
2222

2323
<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
24+
for array types. Since for `T[N]` input this creates an multidimensional `T[1][N]` constant parameter
2525
object, this function does not support array at all. Furthermore creating a distinct template
2626
parameter object leads to emission of (otherwise unnecessary) additional symbols, and breaks the
2727
invariant that for all supported object types <tt>&amp;constant_of(o) == define_static_object(o)</tt>.

0 commit comments

Comments
 (0)