Skip to content

Commit cc63fcd

Browse files
burblebeetkoeppe
authored andcommitted
LWG3823 Unnecessary precondition for is_aggregate
Fixes NB GB 090 (C++23 CD).
1 parent 6163fa7 commit cc63fcd

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
@@ -881,7 +881,7 @@
881881
\tcode{template<class T>}\br
882882
\tcode{struct is_aggregate;} &
883883
\tcode{T} is an aggregate type\iref{dcl.init.aggr} &
884-
\tcode{remove_all_extents_t<T>} shall be a complete type or \cv~\keyword{void}. \\ \rowsep
884+
\tcode{T} shall be an array type, a complete type, or \cv~\keyword{void}. \\ \rowsep
885885

886886
\indexlibrary{\idxcode{is_signed}!class}%
887887
\tcode{template<class T>}\br

0 commit comments

Comments
 (0)