Skip to content

Commit 060512b

Browse files
committed
[basic.types] Change redundant normative wording into note
1 parent d34fb9a commit 060512b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

source/basic.tex

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4740,8 +4740,10 @@
47404740
object type is unknown.}
47414741
Incompletely-defined object types and \cv{}~\tcode{void} are
47424742
\defnx{incomplete types}{type!incomplete}\iref{basic.fundamental}.
4743-
Objects shall not be defined to have an
4744-
incomplete type.
4743+
\begin{note}
4744+
Objects cannot be defined to have an
4745+
incomplete type\iref{basic.def}.
4746+
\end{note}
47454747

47464748
\pnum
47474749
A class type (such as ``\tcode{class X}'') might be incomplete at one

0 commit comments

Comments
 (0)