Skip to content

Commit e7ffdb1

Browse files
committed
[{lower,upper}.bound, string.view.template.general] Linebreaking tweaks
1 parent 000d4c0 commit e7ffdb1

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

source/algorithms.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6808,7 +6808,7 @@
68086808
\pnum
68096809
\expects
68106810
The elements \tcode{e} of \range{first}{last}
6811-
are partitioned with respect to the expression
6811+
are partitioned with respect to the expression\\
68126812
\tcode{bool(invoke(comp, invoke(proj, e), value))}.
68136813

68146814
\pnum
@@ -6855,7 +6855,7 @@
68556855
\pnum
68566856
\expects
68576857
The elements \tcode{e} of \range{first}{last}
6858-
are partitioned with respect to the expression
6858+
are partitioned with respect to the expression\\
68596859
\tcode{!bool(invoke(comp, value, invoke(proj, e)))}.
68606860

68616861
\pnum

source/strings.tex

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -749,7 +749,10 @@
749749
\pnum
750750
For a \tcode{basic_string_view str},
751751
any operation that invalidates a pointer
752-
in the range \range{str.data()}{\brk{}str.data() + str.size()}
752+
in the range
753+
\begin{codeblock}
754+
@\range{str.data()}{\brk{}str.data() + str.size()}@
755+
\end{codeblock}
753756
invalidates pointers, iterators, and references
754757
returned from \tcode{str}'s member functions.
755758

0 commit comments

Comments
 (0)