Skip to content

Commit 5c0bf62

Browse files
committed
[std] Introduce the label 'term.object.type'
1 parent 95e37e6 commit 5c0bf62

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

source/basic.tex

+1
Original file line numberDiff line numberDiff line change
@@ -4677,6 +4677,7 @@
46774677
\end{note}
46784678

46794679
\pnum
4680+
\label{term.object.type}%
46804681
An \defn{object type} is a (possibly cv-qualified) type that is not
46814682
a function type, not a reference type, and not \cv{}~\keyword{void}.
46824683

source/lib-intro.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -1803,7 +1803,7 @@
18031803
{allocator.req.var}
18041804
\topline
18051805
\lhdr{Variable} & \rhdr{Definition} \\ \capsep
1806-
\tcode{T, U, C} & any \cv-unqualified object type\iref{basic.types} \\ \rowsep
1806+
\tcode{T, U, C} & any \cv-unqualified object type\iref{term.object.type} \\ \rowsep
18071807
\tcode{X} & an allocator class for type \tcode{T} \\ \rowsep
18081808
\tcode{Y} & the corresponding allocator class for type \tcode{U} \\ \rowsep
18091809
\tcode{XX} & the type \tcode{allocator_traits<X>} \\ \rowsep

source/utilities.tex

+2-2
Original file line numberDiff line numberDiff line change
@@ -13993,7 +13993,7 @@
1399313993

1399413994
\pnum
1399513995
A \defnx{function object type}{function object!type} is an object
13996-
type\iref{basic.types} that can be the type of the
13996+
type\iref{term.object.type} that can be the type of the
1399713997
\grammarterm{postfix-expression} in a function call
1399813998
(\ref{expr.call}, \ref{over.match.call}).
1399913999
\begin{footnote}
@@ -17922,7 +17922,7 @@
1792217922
\indexlibraryglobal{is_object}%
1792317923
\tcode{template<class T>}\br
1792417924
\tcode{struct is_object;} &
17925-
\tcode{T} is an object type\iref{basic.types} & \\ \rowsep
17925+
\tcode{T} is an object type\iref{term.object.type} & \\ \rowsep
1792617926
\indexlibraryglobal{is_scalar}%
1792717927
\tcode{template<class T>}\br
1792817928
\tcode{struct is_scalar;} &

0 commit comments

Comments
 (0)