Skip to content

Commit 8898a58

Browse files
committed
[std] Introduce the label 'term.scalar.type'
1 parent 42f4251 commit 8898a58

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

source/basic.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4689,6 +4689,7 @@
46894689
\indextext{class!trivial}%
46904690
\indextext{class!trivially copyable}%
46914691
\indextext{class!standard-layout}%
4692+
\label{term.scalar.type}%
46924693
Arithmetic types\iref{basic.fundamental}, enumeration types,
46934694
pointer types, pointer-to-member types\iref{basic.compound},
46944695
\tcode{std::nullptr_t},

source/declarations.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4367,7 +4367,7 @@
43674367
\item
43684368
if
43694369
\tcode{T}
4370-
is a scalar type\iref{basic.types}, the
4370+
is a scalar type\iref{term.scalar.type}, the
43714371
object
43724372
is initialized to the value obtained by converting the integer literal \tcode{0}
43734373
(zero) to

source/utilities.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20114,7 +20114,7 @@
2011420114
\indexlibraryglobal{is_scalar}%
2011520115
\tcode{template<class T>}\br
2011620116
\tcode{struct is_scalar;} &
20117-
\tcode{T} is a scalar type\iref{basic.types} & \\ \rowsep
20117+
\tcode{T} is a scalar type\iref{term.scalar.type} & \\ \rowsep
2011820118
\indexlibraryglobal{is_compound}%
2011920119
\tcode{template<class T>}\br
2012020120
\tcode{struct is_compound;} &

0 commit comments

Comments
 (0)