Skip to content

Commit 7fd95ff

Browse files
committed
Remove more inappropriate paragraph breaks.
1 parent 958c7af commit 7fd95ff

27 files changed

+0
-280
lines changed

source/algorithms.tex

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6847,7 +6847,6 @@
68476847
If we define \tcode{equiv(a, b)} as \tcode{!comp(a, b) \&\& !comp(b, a)},
68486848
then the requirements are that \tcode{comp} and \tcode{equiv}
68496849
both be transitive relations:
6850-
68516850
\begin{itemize}
68526851
\item \tcode{comp(a, b) \&\& comp(b, c)} implies \tcode{comp(a, c)}
68536852
\item \tcode{equiv(a, b) \&\& equiv(b, c)} implies \tcode{equiv(a, c)}
@@ -7770,7 +7769,6 @@
77707769
For the overload with an \tcode{ExecutionPolicy},
77717770
\bigoh{N \log N} swaps and \bigoh{N} applications of the predicate.
77727771
\end{itemize}
7773-
77747772
\end{itemdescr}
77757773

77767774
\indexlibraryglobal{stable_partition}%
@@ -8612,7 +8610,6 @@
86128610
{heap with respect to comp and proj@heap with respect to \tcode{comp} and \tcode{proj}}
86138611
for a comparator and projection \tcode{comp} and \tcode{proj}
86148612
if its elements are organized such that:
8615-
86168613
\begin{itemize}
86178614
\item
86188615
With \tcode{$N$ = b - a}, for all $i$, $0 < i < N$,
@@ -11181,7 +11178,6 @@
1118111178
\pnum
1118211179
Some algorithms in this subclause are constrained with the following
1118311180
exposition-only concepts:
11184-
1118511181
\begin{itemdecl}
1118611182
template<class I>
1118711183
concept @\defexposconcept{nothrow-input-iterator}@ = // \expos

source/basic.tex

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,6 @@
253253
namespace N { int d; } // defines \tcode{N} and \tcode{N::d}
254254
namespace N1 = N; // defines \tcode{N1}
255255
X anX; // defines \tcode{anX}
256-
257256
\end{codeblock}
258257
whereas these are just declarations:
259258
\begin{codeblock}
@@ -724,7 +723,6 @@
724723

725724
\pnum
726725
For the purposes of the preceding requirements:
727-
728726
\begin{itemize}
729727
\item If \tcode{D} is a class with an implicitly-declared
730728
constructor\iref{class.default.ctor,class.copy.ctor},
@@ -4323,7 +4321,6 @@
43234321

43244322
\pnum
43254323
Comparing alignments is meaningful and provides the obvious results:
4326-
43274324
\begin{itemize}
43284325
\item Two alignments are equal when their numeric values are equal.
43294326
\item Two alignments are different when their numeric values are not equal.
@@ -5701,7 +5698,6 @@
57015698

57025699
\pnum
57035700
Every integer type has an \term{integer conversion rank} defined as follows:
5704-
57055701
\begin{itemize}
57065702
\item No two signed integer types other than \keyword{char} and \tcode{\keyword{signed}
57075703
\keyword{char}} (if \keyword{char} is signed) have the same rank, even if they have
@@ -6277,7 +6273,6 @@
62776273
\item
62786274
for some evaluation $X$, $A$ is dependency-ordered before $X$ and
62796275
$X$ carries a dependency to $B$.
6280-
62816276
\end{itemize}
62826277
\begin{note}
62836278
The relation ``is dependency-ordered before'' is analogous to

source/classes.tex

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1565,7 +1565,6 @@
15651565
that is of class type (or array thereof),
15661566
the constructor selected to copy/move that member is trivial;
15671567
\end{itemize}
1568-
15691568
\indextext{constructor!move!non-trivial}%
15701569
otherwise the copy/move constructor is
15711570
\defnx{non-trivial}{constructor!copy!nontrivial}.
@@ -3182,7 +3181,6 @@
31823181
destructor and \tcode{N} has a non-trivial constructor (for instance, if they declare or inherit
31833182
virtual functions), the active member of \tcode{u} can be safely switched from \tcode{m} to
31843183
\tcode{n} using the destructor and placement \grammarterm{new-expression} as follows:
3185-
31863184
\begin{codeblock}
31873185
u.m.~M();
31883186
new (&u.n) N;
@@ -3360,7 +3358,6 @@
33603358
\indextext{multiple inheritance}%
33613359
A list of base classes can be specified in a class definition using
33623360
the notation:
3363-
33643361
\begin{bnf}
33653362
\nontermdef{base-clause}\br
33663363
\terminal{:} base-specifier-list
@@ -5319,7 +5316,6 @@
53195316
non-static data members can be specified by a
53205317
\grammarterm{ctor-initializer},
53215318
which has the form
5322-
53235319
\begin{bnf}
53245320
\nontermdef{ctor-initializer}\br
53255321
\terminal{:} mem-initializer-list
@@ -5781,7 +5777,6 @@
57815777
X(const Mixins&... mixins) : Mixins(mixins)... { }
57825778
};
57835779
\end{codeblock}
5784-
57855780
\end{example}
57865781

57875782
\rSec2[class.inhctor.init]{Initialization by inherited constructor}%
@@ -6431,7 +6426,6 @@
64316426
A binary operator expression \tcode{a @ b} is
64326427
\defnx{usable}{usable!binary operator expression}
64336428
if either
6434-
64356429
\begin{itemize}
64366430
\item
64376431
\tcode{a} or \tcode{b} is of class or enumeration type and
@@ -6552,7 +6546,6 @@
65526546
of type \tcode{R}\iref{cmp.categories}
65536547
of glvalues \tcode{a} and \tcode{b} of the same type
65546548
is defined as follows:
6555-
65566549
\begin{itemize}
65576550
\item
65586551
If \tcode{a <=> b} is usable\iref{class.compare.default} and
@@ -6651,7 +6644,6 @@
66516644
of a possibly-empty list of $n$ comparison category types
66526645
$\tcode{T}_0$, $\tcode{T}_1$, $\dotsc$, $\tcode{T}_{n-1}$
66536646
is defined as follows:
6654-
66556647
\begin{itemize}
66566648
\item
66576649
If at least one $\tcode{T}_i$ is \tcode{std::partial_ordering},

source/compatibility.tex

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2449,7 +2449,6 @@
24492449
\effect
24502450
The signatures of the following member functions changed from taking an
24512451
\tcode{iterator} to taking a \tcode{const_iterator}:
2452-
24532452
\begin{itemize}
24542453
\item \tcode{insert(iter, val)} for \tcode{vector}, \tcode{deque}, \tcode{list},
24552454
\tcode{set}, \tcode{multiset}, \tcode{map}, \tcode{multimap}
@@ -2521,7 +2520,6 @@
25212520
Valid \CppIII{} code that relies on implicit boolean conversions will fail to
25222521
compile with this revision of \Cpp{}. Such conversions occur in the
25232522
following conditions:
2524-
25252523
\begin{itemize}
25262524
\item passing a value to a function that takes an argument of type \tcode{bool};
25272525
\item using \tcode{operator==} to compare to \tcode{false} or \tcode{true};
@@ -3602,7 +3600,6 @@
36023600
\pnum
36033601
Header \libheaderref{cstring}:
36043602
The following functions have different declarations:
3605-
36063603
\begin{itemize}
36073604
\item \tcode{strchr}
36083605
\item \tcode{strpbrk}
@@ -3616,7 +3613,6 @@
36163613
\pnum
36173614
Header \libheaderref{cwchar}:
36183615
The following functions have different declarations:
3619-
36203616
\begin{itemize}
36213617
\item \tcode{wcschr}
36223618
\item \tcode{wcspbrk}
@@ -3641,7 +3637,6 @@
36413637
\pnum
36423638
Header \libheaderref{cstdlib}:
36433639
The following functions have different behavior:
3644-
36453640
\begin{itemize}
36463641
\item \tcode{atexit}
36473642
\item \tcode{exit}

source/concepts.tex

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@
150150
The following type \tcode{T} meets the explicitly stated syntactic requirements
151151
of concept \tcode{C} above but does not meet the additional implicit
152152
requirements:
153-
154153
\begin{codeblock}
155154
struct T {
156155
bool operator==(const T&) const { return true; }
@@ -365,15 +364,13 @@
365364
such that \tcode{f()} is equality-preserving.
366365
Types \tcode{From} and \tcode{To} model \tcode{\libconcept{convertible_to}<From, To>}
367366
only if:
368-
369367
\begin{itemize}
370368
\item
371369
\tcode{To} is not an object or reference-to-object type, or
372370
\tcode{static_cast<To>(f())} is equal to \tcode{test(f)}.
373371

374372
\item
375373
\tcode{FromR} is not a reference-to-object type, or
376-
377374
\begin{itemize}
378375
\item
379376
If \tcode{FromR} is an rvalue reference to a non const-qualified type, the
@@ -486,7 +483,6 @@
486483
Users can customize the behavior of \libconcept{common_with} by specializing the
487484
\tcode{common_type} class template\iref{meta.trans.other}.
488485
\end{note}
489-
490486
\end{itemdescr}
491487

492488
\rSec2[concepts.arithmetic]{Arithmetic concepts}
@@ -540,12 +536,10 @@
540536
\end{itemize}
541537
\tcode{LHS} and \tcode{RHS} model
542538
\tcode{\libconcept{assignable_from}<LHS, RHS>} only if
543-
544539
\begin{itemize}
545540
\item \tcode{addressof(lhs = rhs) == addressof(lcopy)}.
546541

547542
\item After evaluating \tcode{lhs = rhs}:
548-
549543
\begin{itemize}
550544
\item \tcode{lhs} is equal to \tcode{rcopy}, unless \tcode{rhs} is a non-const
551545
xvalue that refers to \tcode{lcopy}.
@@ -600,7 +594,6 @@
600594
\tcode{ranges::swap(E1, E2)} for subexpressions \tcode{E1}
601595
and \tcode{E2} is expression-equivalent to an expression
602596
\tcode{S} determined as follows:
603-
604597
\begin{itemize}
605598
\item
606599
\tcode{S} is \tcode{(void)swap(E1, E2)}
@@ -808,7 +801,6 @@
808801
If \tcode{T} is an object type, then let \tcode{rv} be an rvalue of type
809802
\tcode{T} and \tcode{u2} a distinct object of type \tcode{T} equal to
810803
\tcode{rv}. \tcode{T} models \libconcept{move_constructible} only if
811-
812804
\begin{itemize}
813805
\item After the definition \tcode{T u = rv;}, \tcode{u} is equal to \tcode{u2}.
814806

@@ -835,15 +827,13 @@
835827
If \tcode{T} is an object type, then let \tcode{v} be an lvalue of type
836828
\tcode{T} or \tcode{\keyword{const} T} or an rvalue of type \tcode{\keyword{const} T}.
837829
\tcode{T} models \libconcept{copy_constructible} only if
838-
839830
\begin{itemize}
840831
\item After the definition \tcode{T u = v;},
841832
\tcode{u} is equal to \tcode{v}\iref{concepts.equality} and
842833
\tcode{v} is not modified.
843834

844835
\item \tcode{T(v)} is equal to \tcode{v} and does not modify \tcode{v}.
845836
\end{itemize}
846-
847837
\end{itemdescr}
848838

849839
\rSec1[concepts.compare]{Comparison concepts}
@@ -882,7 +872,6 @@
882872
Let \tcode{e} be an expression such that
883873
\tcode{decltype((e))} is \tcode{T}.
884874
\tcode{T} models \exposconcept{boolean-testable-impl} only if
885-
886875
\begin{itemize}
887876
\item
888877
either \tcode{remove_cvref_t<T>} is not a class type, or
@@ -900,7 +889,6 @@
900889
\pnum
901890
A \defnadj{disqualifying}{parameter}
902891
is a function parameter whose declared type \tcode{P}
903-
904892
\begin{itemize}
905893
\item
906894
is not dependent on a template parameter, and
@@ -948,7 +936,6 @@
948936

949937
\pnum
950938
A \defnadj{disqualifying}{declaration} is
951-
952939
\begin{itemize}
953940
\item
954941
a (non-template) function declaration that
@@ -1131,7 +1118,6 @@
11311118
Given a type \tcode{T}, let \tcode{a}, \tcode{b}, and \tcode{c} be
11321119
lvalues of type \tcode{const remove_reference_t<T>}.
11331120
\tcode{T} models \libconcept{totally_ordered} only if
1134-
11351121
\begin{itemize}
11361122
\item Exactly one of \tcode{bool(a < b)}, \tcode{bool(a > b)}, or
11371123
\tcode{bool(a == b)} is \tcode{true}.
@@ -1140,7 +1126,6 @@
11401126
\item \tcode{bool(a <= b) == !bool(b < a)}.
11411127
\item \tcode{bool(a >= b) == !bool(a < b)}.
11421128
\end{itemize}
1143-
11441129
\end{itemdescr}
11451130

11461131
\begin{itemdecl}
@@ -1339,7 +1324,6 @@
13391324
and
13401325
\tcode{equiv}
13411326
both be transitive relations:
1342-
13431327
\begin{itemize}
13441328
\item
13451329
\tcode{comp(a, b) \&\& comp(b, c)}

0 commit comments

Comments
 (0)