Skip to content

Commit 802dff9

Browse files
committed
Fix copy-paste of logic error in 4229
1 parent bb46998 commit 802dff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/issue4429.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ consteval size_t alignment_of(info r);
3939
`dealias(r)` is a reflection of a type, object, variable of non-reference type,
4040
non-static data member that is not a bit-field, direct base class relationship,
4141
or data member description <ins><i>(T,N,A,W,NUA)</i> (<sref ref="[class.mem.general]"/>)
42-
where <i>W</i> is not ⊥.</ins>.
42+
where <i>W</i> is ⊥.</ins>.
4343
</li>
4444
<li>(8.2) &mdash;
4545
If `dealias(r)` represents a type, then `is_complete_type(r)` is true.

0 commit comments

Comments
 (0)