$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: dgregor_at_[hidden]
Date: 2008-05-15 17:02:35
Author: dgregor
Date: 2008-05-15 17:02:35 EDT (Thu, 15 May 2008)
New Revision: 45408
URL: http://svn.boost.org/trac/boost/changeset/45408
Log:
Add some cross-references
Text files modified: 
   sandbox/committee/concepts/stdlib/clib-iterators.tex |     2 +-                                      
   sandbox/committee/concepts/wording/wording.tex       |    23 +++++++++++++++++------                 
   2 files changed, 18 insertions(+), 7 deletions(-)
Modified: sandbox/committee/concepts/stdlib/clib-iterators.tex
==============================================================================
--- sandbox/committee/concepts/stdlib/clib-iterators.tex	(original)
+++ sandbox/committee/concepts/stdlib/clib-iterators.tex	2008-05-15 17:02:35 EDT (Thu, 15 May 2008)
@@ -31,7 +31,7 @@
 \begin{center}
 \huge
 Iterator Concepts for the C++0x Standard Library\\
-(Revision 1)
+(Revision 2)
 \vspace{0.5in}
 
 \normalsize
Modified: sandbox/committee/concepts/wording/wording.tex
==============================================================================
--- sandbox/committee/concepts/wording/wording.tex	(original)
+++ sandbox/committee/concepts/wording/wording.tex	2008-05-15 17:02:35 EDT (Thu, 15 May 2008)
@@ -66,12 +66,23 @@
 standard library are discussed in separate documents:
 
 \begin{itemize}
-\item Core Concepts for the \Cpp{}0x Standard Library~[\href{http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2572.pdf}{N2572=08-0082}]
-\item Iterator Concepts for the \Cpp{}0x Standard
-  Library~[\href{http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2500.pdf}{N2570=08-0080}]
-\item Concepts for the C++0x Standard Library:
-  Algorithms~[\href{http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2573.pdf}{N2573=08-0083}]
-\item Concepts for the C++0x Standard Library: Numerics~[\href{http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2574.pdf}{N2574=08-0084}]
+\item N2618=08-0128: Concepts for the C++0x Standard Library: Introduction (Revision 1)
+\item N2619=08-0129: Concepts for the \Cpp{}0x Standard Library:
+  Language Support Library
+\item N2620=08-0130: Concepts for the C++0x Standard Library:
+  Diagnostics library
+\item N2621=08-0131: Core Concepts for the C++0x Standard Library
+  (Revision 2)
+\item N2622=08-0132: Concepts for the C++0x Standard Library:
+  Utilities (Revision 3)
+\item N2623=08-0133: Concepts for the C++0x Standard Library:
+  Containers (Revision 1)
+\item N2624=08-0134: Concepts for the C++0x Standard Library:
+  Iterators (Revision 2)
+\item N2625=08-0135: Concepts for the C++0x Standard Library:
+  Algorithms (Revision 2)
+\item N2626=08-0136: Concepts for the C++0x Standard Library: Numerics
+  (Revision 2)
 \end{itemize}
 
 \section*{Changes from N2501}