Skip to content

Commit 42f878f

Browse files
lprvtkoeppe
authored andcommitted
[basic] Do not hyphenate "potentially evaluated"
1 parent fda5e37 commit 42f878f

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

source/basic.tex

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@
492492
\grammarterm{splice-expression}\iref{expr.prim.splice}
493493
that designates it.
494494
A variable \tcode{x} that is named by a
495-
potentially-evaluated expression $N$
495+
potentially evaluated expression $N$
496496
that appears at a point $P$
497497
is \defnx{odr-used}{odr-use} by $N$ unless
498498
\begin{itemize}
@@ -552,18 +552,18 @@
552552
a \grammarterm{splice-expression}
553553
that designates that structured binding.
554554
A structured binding is odr-used
555-
if it is named by a potentially-evaluated expression.
555+
if it is named by a potentially evaluated expression.
556556

557557
\pnum
558-
\tcode{*\keyword{this}} is odr-used if \keyword{this} appears as a potentially-evaluated expression
558+
\tcode{*\keyword{this}} is odr-used if \keyword{this} appears as a potentially evaluated expression
559559
(including as the result of any implicit transformation to
560560
a class member access expression\iref{expr.prim.id.general}).
561561

562562
\pnum
563563
A virtual member
564564
function is odr-used if it is not pure.
565565
A function is odr-used if it is named by
566-
a potentially-evaluated expression or conversion.
566+
a potentially evaluated expression or conversion.
567567
A non-placement allocation or deallocation
568568
function for a class is odr-used by the definition of a constructor of that
569569
class. A non-placement deallocation function for a class is odr-used by the
@@ -4744,7 +4744,7 @@
47444744

47454745
\pnum
47464746
When an object of type \tcode{X}
4747-
is passed to or returned from a potentially-evaluated function call,
4747+
is passed to or returned from a potentially evaluated function call,
47484748
if \tcode{X} is
47494749
\begin{itemize}
47504750
\item

0 commit comments

Comments
 (0)