Skip to content

Commit 0d90bd1

Browse files
committed
[meta] reflect_constant_array of an empty range returns const array<T,0>
1 parent f9f7900 commit 0d90bd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)