Skip to content

[type.traits] Strike 'at compile time' #6841

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions source/meta.tex
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
Subclause \ref{type.traits} describes components used by \Cpp{} programs, particularly in
templates, to support the widest possible range of types, optimize
template code usage, detect type related user errors, and perform
type inference and transformation at compile time. It includes type
type inference and transformation. It includes type
classification traits, type property inspection traits, and type
transformations. The type classification traits describe a complete taxonomy
of all possible \Cpp{} types, and state where in that taxonomy a given
Expand Down Expand Up @@ -622,7 +622,7 @@

\pnum
Subclause \ref{meta.unary} contains templates that may be used to query the
properties of a type at compile time.
properties of a type.

\pnum
Each of these templates shall be a
Expand Down Expand Up @@ -1364,7 +1364,7 @@

\pnum
The templates specified in \tref{meta.unary.prop.query}
may be used to query properties of types at compile time.
may be used to query properties of types.

\begin{libreqtab2a}{Type property queries}{meta.unary.prop.query}
\\ \topline
Expand Down Expand Up @@ -1432,7 +1432,7 @@

\pnum
The templates specified in \tref{meta.rel}
may be used to query relationships between types at compile time.
may be used to query relationships between types.

\pnum
Each of these templates shall be a
Expand Down