Skip to content

Commit 40f3fb3

Browse files
jensmaurerzygoloid
authored andcommitted
[basic.types] Remove excessive references to [basic.type.qualifier].
Fixes #1419.
1 parent bb6d607 commit 40f3fb3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

source/basic.tex

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3604,23 +3604,23 @@
36043604
types, pointer to member types~(\ref{basic.compound}),
36053605
\tcode{std::nullptr_t},
36063606
and
3607-
cv-qualified versions of these
3608-
types~(\ref{basic.type.qualifier}) are collectively called
3607+
cv-qualified~(\ref{basic.type.qualifier}) versions of these
3608+
types are collectively called
36093609
\defnx{scalar types}{scalar type}. Scalar types,
36103610
POD classes (Clause~\ref{class}), arrays of such types and
36113611
cv-qualified versions of these
3612-
types~(\ref{basic.type.qualifier}) are collectively called
3612+
types are collectively called
36133613
\defnx{POD types}{type!POD}.
36143614
Cv-unqualified scalar types, trivially copyable class types (Clause~\ref{class}), arrays of
36153615
such types, and cv-qualified versions of these
3616-
types~(\ref{basic.type.qualifier}) are collectively called \defn{trivially
3616+
types are collectively called \defn{trivially
36173617
copyable types}.
36183618
Scalar types, trivial class types (Clause~\ref{class}),
36193619
arrays of such types and cv-qualified versions of these
3620-
types~(\ref{basic.type.qualifier}) are collectively called
3620+
types are collectively called
36213621
\defn{trivial types}. Scalar types, standard-layout class
36223622
types (Clause~\ref{class}), arrays of such types and
3623-
cv-qualified versions of these types~(\ref{basic.type.qualifier})
3623+
cv-qualified versions of these types
36243624
are collectively called \defn{standard-layout types}.
36253625

36263626
\pnum

0 commit comments

Comments
 (0)