Skip to content

Commit d3db41e

Browse files
authored
Merge pull request #8361 from hanickadot/hana-reflect_constant_array-const-array
[meta] reflect_constant_array of an empty range returns const array<T,0>
2 parents f9f7900 + 0d90bd1 commit d3db41e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/meta.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6281,7 +6281,7 @@
62816281
initialized with \tcode{\{[:$V$:]...\}}.
62826282
\item
62836283
Otherwise, the template parameter object
6284-
of type \tcode{array<T, 0>}
6284+
of type \tcode{const array<T, 0>}
62856285
initialized with \tcode{\{\}}.
62866286
\end{itemize}
62876287

0 commit comments

Comments
 (0)