Skip to content

Commit 92cfbcc

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

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

source/basic.tex

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4740,8 +4740,9 @@
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 incomplete type\iref{basic.def}.
4745+
\end{note}
47454746

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

0 commit comments

Comments
 (0)