merged from trunk

[SVN r22042]
This commit is contained in:
Dave Abrahams
2004-01-29 05:54:30 +00:00
parent 4c5a9fe922
commit 9ee673c283
7 changed files with 10 additions and 8 deletions

Binary file not shown.

View File

@ -1,9 +1,9 @@
++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++
``pointee`` and ``indirect_reference`` ``pointee`` and ``indirect_reference``
++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++
:Author: David Abrahams :Author: David Abrahams
:Contact: dave@boost-consulting.com, jsiek@osl.iu.edu, witt@ive.uni-hannover.de :Contact: dave@boost-consulting.com
:organization: `Boost Consulting`_ :organization: `Boost Consulting`_
:date: $Date$ :date: $Date$
:copyright: Copyright David Abrahams 2004. All rights reserved :copyright: Copyright David Abrahams 2004. All rights reserved

Binary file not shown.

View File

@ -1,6 +1,6 @@
# This is where we list the ReStructuredText source files that form # Copyright David Abrahams 2004. Use, modification and distribution is
# the book. When you're ready to expose a new chapter, add the # subject to the Boost Software License, Version 1.0. (See accompanying
# filename here and put links in index.rst # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
sources = [ sources = [
'counting_iterator.rst', 'counting_iterator.rst',
@ -17,6 +17,8 @@ sources = [
'reverse_iterator.rst', 'reverse_iterator.rst',
'transform_iterator.rst', 'transform_iterator.rst',
'zip_iterator.rst', 'zip_iterator.rst',
'iterator_archetypes.rst' 'iterator_archetypes.rst',
'iterator_concepts.rst',
'iterator_traits.rst'
] ]

Binary file not shown.

View File

@ -7,7 +7,7 @@
<title>Zip Iterator</title> <title>Zip Iterator</title>
<meta name="author" content="David Abrahams, Thomas Becker" /> <meta name="author" content="David Abrahams, Thomas Becker" />
<meta name="organization" content="Boost Consulting, Zephyr Associates, Inc." /> <meta name="organization" content="Boost Consulting, Zephyr Associates, Inc." />
<meta name="date" content="2004-01-19" /> <meta name="date" content="2004-01-27" />
<meta name="copyright" content="Copyright David Abrahams and Thomas Becker 2003. All rights reserved" /> <meta name="copyright" content="Copyright David Abrahams and Thomas Becker 2003. All rights reserved" />
<link rel="stylesheet" href="default.css" type="text/css" /> <link rel="stylesheet" href="default.css" type="text/css" />
</head> </head>
@ -25,7 +25,7 @@
<tr><th class="docinfo-name">Organization:</th> <tr><th class="docinfo-name">Organization:</th>
<td><a class="first reference" href="http://www.boost-consulting.com">Boost Consulting</a>, <a class="last reference" href="http://www.styleadvisor.com">Zephyr Associates, Inc.</a></td></tr> <td><a class="first reference" href="http://www.boost-consulting.com">Boost Consulting</a>, <a class="last reference" href="http://www.styleadvisor.com">Zephyr Associates, Inc.</a></td></tr>
<tr><th class="docinfo-name">Date:</th> <tr><th class="docinfo-name">Date:</th>
<td>2004-01-19</td></tr> <td>2004-01-27</td></tr>
<tr><th class="docinfo-name">Copyright:</th> <tr><th class="docinfo-name">Copyright:</th>
<td>Copyright David Abrahams and Thomas Becker 2003. All rights reserved</td></tr> <td>Copyright David Abrahams and Thomas Becker 2003. All rights reserved</td></tr>
</tbody> </tbody>

Binary file not shown.