Skip to content

Commit 2038a67

Browse files
committed
Remove more inappropriate paragraph breaks.
1 parent 83df9e7 commit 2038a67

26 files changed

+0
-277
lines changed

source/algorithms.tex

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6833,7 +6833,6 @@
68336833
If we define \tcode{equiv(a, b)} as \tcode{!comp(a, b) \&\& !comp(b, a)},
68346834
then the requirements are that \tcode{comp} and \tcode{equiv}
68356835
both be transitive relations:
6836-
68376836
\begin{itemize}
68386837
\item \tcode{comp(a, b) \&\& comp(b, c)} implies \tcode{comp(a, c)}
68396838
\item \tcode{equiv(a, b) \&\& equiv(b, c)} implies \tcode{equiv(a, c)}
@@ -7756,7 +7755,6 @@
77567755
For the overload with an \tcode{ExecutionPolicy},
77577756
\bigoh{N \log N} swaps and \bigoh{N} applications of the predicate.
77587757
\end{itemize}
7759-
77607758
\end{itemdescr}
77617759

77627760
\indexlibraryglobal{stable_partition}%
@@ -8598,7 +8596,6 @@
85988596
{heap with respect to comp and proj@heap with respect to \tcode{comp} and \tcode{proj}}
85998597
for a comparator and projection \tcode{comp} and \tcode{proj}
86008598
if its elements are organized such that:
8601-
86028599
\begin{itemize}
86038600
\item
86048601
With \tcode{$N$ = b - a}, for all $i$, $0 < i < N$,
@@ -11175,7 +11172,6 @@
1117511172
\pnum
1117611173
Some algorithms in this subclause are constrained with the following
1117711174
exposition-only concepts:
11178-
1117911175
\begin{itemdecl}
1118011176
template<class I>
1118111177
concept @\defexposconcept{nothrow-input-iterator}@ = // \expos

source/basic.tex

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,6 @@
266266
namespace N { int d; } // defines \tcode{N} and \tcode{N::d}
267267
namespace N1 = N; // defines \tcode{N1}
268268
X anX; // defines \tcode{anX}
269-
270269
\end{codeblock}
271270
whereas these are just declarations:
272271
\begin{codeblock}
@@ -775,7 +774,6 @@
775774

776775
\pnum
777776
For the purposes of the preceding requirements:
778-
779777
\begin{itemize}
780778
\item If \tcode{D} is a class with an implicitly-declared
781779
constructor\iref{class.default.ctor,class.copy.ctor},
@@ -5813,7 +5811,6 @@
58135811

58145812
\pnum
58155813
Every integer type has an \term{integer conversion rank} defined as follows:
5816-
58175814
\begin{itemize}
58185815
\item No two signed integer types other than \keyword{char} and \tcode{\keyword{signed}
58195816
\keyword{char}} (if \keyword{char} is signed) have the same rank, even if they have

source/classes.tex

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1663,7 +1663,6 @@
16631663
that is of class type (or array thereof),
16641664
the constructor selected to copy/move that member is trivial;
16651665
\end{itemize}
1666-
16671666
\indextext{constructor!move!non-trivial}%
16681667
otherwise the copy/move constructor is
16691668
\defnx{non-trivial}{constructor!copy!nontrivial}.
@@ -3284,7 +3283,6 @@
32843283
destructor and \tcode{N} has a non-trivial constructor (for instance, if they declare or inherit
32853284
virtual functions), the active member of \tcode{u} can be safely switched from \tcode{m} to
32863285
\tcode{n} using the destructor and placement \grammarterm{new-expression} as follows:
3287-
32883286
\begin{codeblock}
32893287
u.m.~M();
32903288
new (&u.n) N;
@@ -3462,7 +3460,6 @@
34623460
\indextext{multiple inheritance}%
34633461
A list of base classes can be specified in a class definition using
34643462
the notation:
3465-
34663463
\begin{bnf}
34673464
\nontermdef{base-clause}\br
34683465
\terminal{:} base-specifier-list
@@ -5421,7 +5418,6 @@
54215418
non-static data members can be specified by a
54225419
\grammarterm{ctor-initializer},
54235420
which has the form
5424-
54255421
\begin{bnf}
54265422
\nontermdef{ctor-initializer}\br
54275423
\terminal{:} mem-initializer-list
@@ -5892,7 +5888,6 @@
58925888
X(const Mixins&... mixins) : Mixins(mixins)... { }
58935889
};
58945890
\end{codeblock}
5895-
58965891
\end{example}
58975892

58985893
\rSec2[class.inhctor.init]{Initialization by inherited constructor}%
@@ -6548,7 +6543,6 @@
65486543
A binary operator expression \tcode{a @ b} is
65496544
\defnx{usable}{usable!binary operator expression}
65506545
if either
6551-
65526546
\begin{itemize}
65536547
\item
65546548
\tcode{a} or \tcode{b} is of class or enumeration type and
@@ -6669,7 +6663,6 @@
66696663
of type \tcode{R}\iref{cmp.categories}
66706664
of glvalues \tcode{a} and \tcode{b} of the same type
66716665
is defined as follows:
6672-
66736666
\begin{itemize}
66746667
\item
66756668
If \tcode{a <=> b} is usable\iref{class.compare.default} and
@@ -6769,7 +6762,6 @@
67696762
of a possibly-empty list of $n$ comparison category types
67706763
$\tcode{T}_0$, $\tcode{T}_1$, $\dotsc$, $\tcode{T}_{n-1}$
67716764
is defined as follows:
6772-
67736765
\begin{itemize}
67746766
\item
67756767
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
@@ -2552,7 +2552,6 @@
25522552
\effect
25532553
The signatures of the following member functions changed from taking an
25542554
\tcode{iterator} to taking a \tcode{const_iterator}:
2555-
25562555
\begin{itemize}
25572556
\item \tcode{insert(iter, val)} for \tcode{vector}, \tcode{deque}, \tcode{list},
25582557
\tcode{set}, \tcode{multiset}, \tcode{map}, \tcode{multimap}
@@ -2624,7 +2623,6 @@
26242623
Valid \CppIII{} code that relies on implicit boolean conversions will fail to
26252624
compile with this revision of \Cpp{}. Such conversions occur in the
26262625
following conditions:
2627-
26282626
\begin{itemize}
26292627
\item passing a value to a function that takes an argument of type \tcode{bool};
26302628
\item using \tcode{operator==} to compare to \tcode{false} or \tcode{true};
@@ -3727,7 +3725,6 @@
37273725
\pnum
37283726
Header \libheaderref{cstring}:
37293727
The following functions have different declarations:
3730-
37313728
\begin{itemize}
37323729
\item \tcode{strchr}
37333730
\item \tcode{strpbrk}
@@ -3741,7 +3738,6 @@
37413738
\pnum
37423739
Header \libheaderref{cwchar}:
37433740
The following functions have different declarations:
3744-
37453741
\begin{itemize}
37463742
\item \tcode{wcschr}
37473743
\item \tcode{wcspbrk}
@@ -3766,7 +3762,6 @@
37663762
\pnum
37673763
Header \libheaderref{cstdlib}:
37683764
The following functions have different behavior:
3769-
37703765
\begin{itemize}
37713766
\item \tcode{atexit}
37723767
\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)