From 9ab1452bea61b795973590fd8b9f06145a8a5550 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Sat, 10 Dec 2011 18:37:37 +0000 Subject: [PATCH 1/2] Fix typeface. --- source/diagnostics.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/diagnostics.tex b/source/diagnostics.tex index e361ebbe47..378b04bc96 100644 --- a/source/diagnostics.tex +++ b/source/diagnostics.tex @@ -1599,7 +1599,7 @@ \pnum \postconditions \tcode{code() == ec}. -string(what()).find(what_arg) != string::npos. +\tcode{string(what()).find(what_arg) != string::npos}. \end{itemdescr} \indexlibrary{\idxcode{system_error}!\idxcode{system_error}} @@ -1663,7 +1663,7 @@ \pnum \postconditions \tcode{code() == error_code(ev, ecat)}. -string(what()).find(what_arg) != string::npos. +\tcode{string(what()).find(what_arg) != string::npos}. \end{itemdescr} \indexlibrary{\idxcode{system_error}!\idxcode{system_error}} From cc09264e7a861c1a5e73b1603846fe8d8e0657f2 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Tue, 17 Jan 2012 01:06:36 +0000 Subject: [PATCH 2/2] [iterator.range] should not be a sub-clause of [stream.iterators] --- source/iterators.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/iterators.tex b/source/iterators.tex index 025d4acd2b..e6329f98fb 100644 --- a/source/iterators.tex +++ b/source/iterators.tex @@ -3365,7 +3365,7 @@ otherwise. \end{itemdescr} -\rSec2[iterator.range]{range access} +\rSec1[iterator.range]{range access} \pnum In addition to being available via inclusion of the \tcode{} header,