Skip to content

Commit bc9e865

Browse files
burblebeetkoeppe
authored andcommitted
LWG4113 Disallow has_unique_object_representations<Incomplete[]>
1 parent 033df23 commit bc9e865

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
@@ -1217,8 +1217,8 @@
12171217
For an array type \tcode{T}, the same result as
12181218
\tcode{has_unique_object_representations_v<remove_all_extents_t<T>>},
12191219
otherwise \seebelow. &
1220-
\tcode{T} shall be a complete type, \cv{}~\keyword{void}, or
1221-
an array of unknown bound. \\ \rowsep
1220+
\tcode{remove_all_extents_t<T>} shall be a complete type or
1221+
\cv{}~\keyword{void}. \\ \rowsep
12221222

12231223
\indexlibraryglobal{reference_constructs_from_temporary}%
12241224
\tcode{template<class T, class U>}\br

0 commit comments

Comments
 (0)