Skip to content

Commit 4514233

Browse files
authored
[basic.compound] Fix cross-reference for 'incomplete type' (#6210)
1 parent 42f21d8 commit 4514233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/basic.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5265,7 +5265,7 @@
52655265
Except for pointers to static members, text referring to ``pointers''
52665266
does not apply to pointers to members. Pointers to incomplete types are
52675267
allowed although there are restrictions on what can be done with
5268-
them\iref{basic.align}.
5268+
them\iref{basic.types.general}.
52695269
\indextext{address}%
52705270
Every value of pointer type is one of the following:
52715271
\begin{itemize}

0 commit comments

Comments
 (0)