From e05d9aab2456b9ed76afa11916cf834598921a4c Mon Sep 17 00:00:00 2001 From: Eelis van der Weegen Date: Wed, 1 Feb 2017 17:34:27 +0100 Subject: [PATCH] [class.dtor, cpp.cond] Add missing \grammarterm. --- source/preprocessor.tex | 2 +- source/special.tex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/preprocessor.tex b/source/preprocessor.tex index 6338ec73e4..555ecb60e0 100644 --- a/source/preprocessor.tex +++ b/source/preprocessor.tex @@ -309,7 +309,7 @@ \tcode{true} and \tcode{false}, -are replaced with the pp-number +are replaced with the \grammarterm{pp-number} \tcode{0}, and then each preprocessing token is converted into a token. \begin{note} diff --git a/source/special.tex b/source/special.tex index d7dc897621..7f0b2c3614 100644 --- a/source/special.tex +++ b/source/special.tex @@ -1197,7 +1197,7 @@ \end{example} \begin{note} An explicit destructor call must always be written using -a member access operator~(\ref{expr.ref}) or a qualified-id~(\ref{expr.prim}); +a member access operator~(\ref{expr.ref}) or a \grammarterm{qualified-id}~(\ref{expr.prim}); in particular, the \grammarterm{unary-expression} \tcode{\~{}X()}