Skip to content

Commit 7d404d9

Browse files
author
Stefanus Du Toit
committed
Merge pull request #5 from jwakely/cc09264e7a861c1a5e73b1603846fe8d8e0657f2
* [stream.iterators]: move out [iterator.range] and make it its own clause (thanks Jonathan Wakely) * [syserr.syserr.members]: fix typeface for inline code (thanks Jonathan Wakely)
2 parents 13872e0 + cc09264 commit 7d404d9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

source/diagnostics.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1599,7 +1599,7 @@
15991599
\pnum
16001600
\postconditions \tcode{code() == ec}.
16011601

1602-
string(what()).find(what_arg) != string::npos.
1602+
\tcode{string(what()).find(what_arg) != string::npos}.
16031603
\end{itemdescr}
16041604

16051605
\indexlibrary{\idxcode{system_error}!\idxcode{system_error}}
@@ -1663,7 +1663,7 @@
16631663
\pnum
16641664
\postconditions \tcode{code() == error_code(ev, ecat)}.
16651665

1666-
string(what()).find(what_arg) != string::npos.
1666+
\tcode{string(what()).find(what_arg) != string::npos}.
16671667
\end{itemdescr}
16681668

16691669
\indexlibrary{\idxcode{system_error}!\idxcode{system_error}}

source/iterators.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3365,7 +3365,7 @@
33653365
otherwise.
33663366
\end{itemdescr}
33673367

3368-
\rSec2[iterator.range]{range access}
3368+
\rSec1[iterator.range]{range access}
33693369

33703370
\pnum
33713371
In addition to being available via inclusion of the \tcode{<iterator>} header,

0 commit comments

Comments
 (0)