diff --git a/source/expressions.tex b/source/expressions.tex index 75341f396b..381250b8f8 100644 --- a/source/expressions.tex +++ b/source/expressions.tex @@ -4569,7 +4569,7 @@ \indextext{\idxcode{type_info}}% \indexlibraryglobal{type_info}% \keyword{const} \tcode{std::type_info}\iref{type.info} and dynamic type \keyword{const} -\tcode{std::type_info} or \keyword{const} \term{name} where \term{name} is an +\tcode{std::type_info} or \keyword{const} \tcode{\placeholder{name}} where \tcode{\placeholder{name}} is an \impldef{derived type for \tcode{typeid}} class publicly derived from \tcode{std::type_info} which preserves the behavior described in~\ref{type.info}. diff --git a/source/text.tex b/source/text.tex index 2fee9d20b6..df1715da2b 100644 --- a/source/text.tex +++ b/source/text.tex @@ -803,7 +803,7 @@ Constructors of all facets defined in this Clause take such an argument and pass it along to their \tcode{facet} base class constructor. -All one-argument constructors defined in this Clause are \term{explicit}, +All one-argument constructors defined in this Clause are explicit, preventing their participation in implicit conversions. \pnum