Skip to content

Commit d44cfff

Browse files
committed
LWG4113 Disallow has_unique_object_representations<Incomplete[]>
1 parent 0ec58e8 commit d44cfff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/meta.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1227,8 +1227,8 @@
12271227
For an array type \tcode{T}, the same result as
12281228
\tcode{has_unique_object_representations_v<remove_all_extents_t<T>>},
12291229
otherwise \seebelow. &
1230-
\tcode{T} shall be a complete type, \cv{}~\keyword{void}, or
1231-
an array of unknown bound. \\ \rowsep
1230+
\tcode{remove_all_extents_t<T>} shall be a complete type or
1231+
\cv{}~\keyword{void}. \\ \rowsep
12321232

12331233
\indexlibraryglobal{reference_constructs_from_temporary}%
12341234
\tcode{template<class T, class U>}\br

0 commit comments

Comments
 (0)