Skip to content

Commit a11c2a3

Browse files
committed
removing hyphenation from ly adverbs
1 parent aaa2220 commit a11c2a3

22 files changed

+247
-246
lines changed

source/algorithms.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@
256256

257257
\pnum
258258
The well-formedness and behavior of a call to an algorithm with
259-
an explicitly-specified template argument list
259+
an explicitly specified template argument list
260260
is unspecified, except where explicitly stated otherwise.
261261
\begin{note}
262262
Consequently, an implementation can declare an algorithm with
@@ -9566,7 +9566,7 @@
95669566
is lexicographically sorted with respect to \tcode{comp} and \tcode{proj}.
95679567
If no such permutation exists,
95689568
transforms the sequence into the first permutation;
9569-
that is, the ascendingly-sorted one.
9569+
that is, the ascendingly sorted one.
95709570

95719571
\pnum
95729572
\returns
@@ -9625,7 +9625,7 @@
96259625
is lexicographically sorted with respect to \tcode{comp} and \tcode{proj}.
96269626
If no such permutation exists,
96279627
transforms the sequence into the last permutation;
9628-
that is, the descendingly-sorted one.
9628+
that is, the descendingly sorted one.
96299629

96309630
\pnum
96319631
\returns
@@ -11148,7 +11148,7 @@
1114811148
When new objects are created by
1114911149
the algorithms specified in \ref{specialized.algorithms},
1115011150
the lifetime ends for any existing objects
11151-
(including potentially-overlapping subobjects \ref{intro.object})
11151+
(including potentially overlapping subobjects \ref{intro.object})
1115211152
in storage that is reused \ref{basic.life}.
1115311153
\end{note}
1115411154

source/basic.tex

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@
395395
\item Otherwise, the set is empty.
396396
\end{itemize}
397397
\begin{note}
398-
This set is a (possibly-empty) set of \grammarterm{id-expression}{s},
398+
This set is a (possibly empty) set of \grammarterm{id-expression}{s},
399399
each of which is either $E$ or a subexpression of $E$.
400400
\begin{example}
401401
In the following example, the set of potential results of the initializer
@@ -455,7 +455,7 @@
455455
A variable is named by an expression
456456
if the expression is an \grammarterm{id-expression} that denotes it.
457457
A variable \tcode{x} that is named by a
458-
potentially-evaluated expression $N$
458+
potentially evaluated expression $N$
459459
that appears at a point $P$
460460
is \defnx{odr-used}{odr-use} by $N$ unless
461461
\begin{itemize}
@@ -510,18 +510,18 @@
510510
\end{example}
511511

512512
\pnum
513-
A structured binding is odr-used if it appears as a potentially-evaluated expression.
513+
A structured binding is odr-used if it appears as a potentially evaluated expression.
514514

515515
\pnum
516-
\tcode{*\keyword{this}} is odr-used if \keyword{this} appears as a potentially-evaluated expression
516+
\tcode{*\keyword{this}} is odr-used if \keyword{this} appears as a potentially evaluated expression
517517
(including as the result of any implicit transformation to
518518
a class member access expression\iref{expr.prim.id.general}).
519519

520520
\pnum
521521
A virtual member
522522
function is odr-used if it is not pure.
523523
A function is odr-used if it is named by
524-
a potentially-evaluated expression or conversion.
524+
a potentially evaluated expression or conversion.
525525
A non-placement allocation or deallocation
526526
function for a class is odr-used by the definition of a constructor of that
527527
class. A non-placement deallocation function for a class is odr-used by the
@@ -537,7 +537,7 @@
537537

538538
\pnum
539539
An assignment operator function in a class is odr-used by an
540-
implicitly-defined
540+
implicitly defined
541541
copy assignment or move assignment function for another class as specified
542542
in~\ref{class.copy.assign}.
543543
A constructor for a class is odr-used as specified
@@ -778,7 +778,7 @@
778778
For the purposes of the preceding requirements:
779779

780780
\begin{itemize}
781-
\item If \tcode{D} is a class with an implicitly-declared
781+
\item If \tcode{D} is a class with an implicitly declared
782782
constructor\iref{class.default.ctor,class.copy.ctor},
783783
it is as if the constructor was
784784
implicitly defined in every translation unit where it is odr-used, and the
@@ -1411,7 +1411,7 @@
14111411
\begin{itemize}
14121412
\item
14131413
If $P$ is associated with a \grammarterm{declarator} and
1414-
is preceded by a (possibly-parenthesized) \grammarterm{noptr-declarator} of
1414+
is preceded by a (possibly parenthesized) \grammarterm{noptr-declarator} of
14151415
the form
14161416
\grammarterm{declarator-id} \opt{\grammarterm{attribute-specifier-seq}},
14171417
its scope extends to the end of the nearest enclosing
@@ -3395,7 +3395,7 @@
33953395
\defn{most derived object}.
33963396

33973397
\pnum
3398-
A \defn{potentially-overlapping subobject} is either:
3398+
A \defn{potentially overlapping subobject} is either:
33993399
\begin{itemize}
34003400
\item a base class subobject, or
34013401
\item a non-static data member
@@ -3407,7 +3407,7 @@
34073407
\indextext{object!nonzero size}%
34083408
An object has nonzero size if it
34093409
\begin{itemize}
3410-
\item is not a potentially-overlapping subobject, or
3410+
\item is not a potentially overlapping subobject, or
34113411
\item is not of class type, or
34123412
\item is of a class type with virtual member functions or virtual base classes, or
34133413
\item has subobjects of nonzero size or unnamed bit-fields of nonzero length.
@@ -3499,7 +3499,7 @@
34993499
Further, after implicitly creating objects within a specified region of storage,
35003500
some operations are described as producing a pointer to a
35013501
\defnadj{suitable created}{object}.
3502-
These operations select one of the implicitly-created objects
3502+
These operations select one of the implicitly created objects
35033503
whose address is the address of the start of the region of storage,
35043504
and produce a pointer value that points to that object,
35053505
if that value would result in the program having defined behavior.
@@ -3839,7 +3839,7 @@
38393839
\item $o_1$ is not a const, complete object, and
38403840

38413841
\item neither $o_1$ nor $o_2$
3842-
is a potentially-overlapping subobject\iref{intro.object}, and
3842+
is a potentially overlapping subobject\iref{intro.object}, and
38433843

38443844
\item either $o_1$ and $o_2$ are both complete objects, or
38453845
$o_1$ and $o_2$ are direct subobjects of objects $p_1$ and $p_2$, respectively,
@@ -4530,7 +4530,7 @@
45304530

45314531
\pnum
45324532
When an object of class type \tcode{X}
4533-
is passed to or returned from a potentially-evaluated function call,
4533+
is passed to or returned from a potentially evaluated function call,
45344534
if \tcode{X} is
45354535
\begin{itemize}
45364536
\item
@@ -4855,7 +4855,7 @@
48554855
\pnum
48564856
\indextext{object!byte copying and|(}%
48574857
\indextext{type!trivially copyable}%
4858-
For any object (other than a potentially-overlapping subobject) of trivially copyable type
4858+
For any object (other than a potentially overlapping subobject) of trivially copyable type
48594859
\tcode{T}, whether or not the object holds a valid value of type
48604860
\tcode{T}, the underlying bytes\iref{intro.memory} making up the
48614861
object can be copied into an array of
@@ -4882,7 +4882,7 @@
48824882
\pnum
48834883
For two distinct objects \tcode{obj1} and \tcode{obj2}
48844884
of trivially copyable type \tcode{T},
4885-
where neither \tcode{obj1} nor \tcode{obj2} is a potentially-overlapping subobject,
4885+
where neither \tcode{obj1} nor \tcode{obj2} is a potentially overlapping subobject,
48864886
if the underlying bytes\iref{intro.memory} making up
48874887
\tcode{obj1} are copied into \tcode{obj2},
48884888
\begin{footnote}
@@ -4939,17 +4939,17 @@
49394939
\end{footnote}
49404940

49414941
\pnum
4942-
\indextext{type!incompletely-defined object}%
4942+
\indextext{type!incompletely defined object}%
49434943
A class that has been declared but not defined, an enumeration type in certain
49444944
contexts\iref{dcl.enum}, or an array of unknown
49454945
bound or of incomplete element type, is an
4946-
\defnadj{incompletely-defined}{object type}.
4946+
\defnadj{incompletely defined}{object type}.
49474947
\begin{footnote}
4948-
The size and layout of an instance of an incompletely-defined
4948+
The size and layout of an instance of an incompletely defined
49494949
object type is unknown.
49504950
\end{footnote}
49514951
\label{term.incomplete.type}%
4952-
Incompletely-defined object types and \cv{}~\keyword{void} are
4952+
Incompletely defined object types and \cv{}~\keyword{void} are
49534953
\defnadjx{incomplete}{types}{type}\iref{basic.fundamental}.
49544954
\begin{note}
49554955
Objects cannot be defined to have an incomplete type\iref{basic.def}.
@@ -5681,7 +5681,7 @@
56815681
if there is an object \placeholder{y},
56825682
pointer-interconvertible with \placeholder{x},
56835683
such that \placeholder{b} is within the storage occupied by
5684-
\placeholder{y}, or the immediately-enclosing array object
5684+
\placeholder{y}, or the immediately enclosing array object
56855685
if \placeholder{y} is an array element.
56865686

56875687
\pnum
@@ -5995,7 +5995,7 @@
59955995
Expressions appearing in the \grammarterm{compound-statement} of a \grammarterm{lambda-expression}
59965996
are not subexpressions of the \grammarterm{lambda-expression}.
59975997
\end{note}
5998-
The \defnadjx{potentially-evaluated}{subexpressions}{subexpression} of
5998+
The \defnadjx{potentially evaluated}{subexpressions}{subexpression} of
59995999
an expression, conversion, or \grammarterm{initializer} $E$ are
60006000
\begin{itemize}
60016001
\item
@@ -7002,7 +7002,7 @@
70027002
\indextext{initialization!order of}%
70037003
Dynamic initialization of a non-block variable with static storage duration is
70047004
unordered if the variable is an implicitly or explicitly instantiated
7005-
specialization, is partially-ordered if the variable
7005+
specialization, is partially ordered if the variable
70067006
is an inline variable that is not an implicitly or explicitly instantiated
70077007
specialization, and otherwise is ordered.
70087008
\begin{note}
@@ -7028,7 +7028,7 @@
70287028
If \tcode{V} and \tcode{W} have ordered initialization and
70297029
the definition of \tcode{V}
70307030
is appearance-ordered before the definition of \tcode{W}, or
7031-
if \tcode{V} has partially-ordered initialization,
7031+
if \tcode{V} has partially ordered initialization,
70327032
\tcode{W} does not have unordered initialization, and
70337033
for every definition \tcode{E} of \tcode{W}
70347034
there exists a definition \tcode{D} of \tcode{V}

0 commit comments

Comments
 (0)