diff options
Diffstat (limited to 'doc/html/foreach.html')
-rw-r--r-- | doc/html/foreach.html | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/html/foreach.html b/doc/html/foreach.html index ab2dd9d33a..2920e562af 100644 --- a/doc/html/foreach.html +++ b/doc/html/foreach.html @@ -2,9 +2,9 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> -<title>Chapter 11. Boost.Foreach</title> +<title>Chapter 12. Boost.Foreach</title> <link rel="stylesheet" href="../../doc/src/boostbook.css" type="text/css"> -<meta name="generator" content="DocBook XSL Stylesheets V1.76.1"> +<meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> <link rel="home" href="index.html" title="The Boost C++ Libraries BoostBook Documentation Subset"> <link rel="up" href="libraries.html" title="Part I. The Boost C++ Libraries (BoostBook Subset)"> <link rel="prev" href="boost_dll/acknowledgements.html" title="Acknowledgements"> @@ -26,7 +26,7 @@ <div class="chapter"> <div class="titlepage"><div> <div><h2 class="title"> -<a name="foreach"></a>Chapter 11. Boost.Foreach</h2></div> +<a name="foreach"></a>Chapter 12. Boost.Foreach</h2></div> <div><div class="author"><h3 class="author"> <span class="firstname">Eric</span> <span class="surname">Niebler</span> </h3></div></div> @@ -40,7 +40,7 @@ </div></div> <div class="toc"> <p><b>Table of Contents</b></p> -<dl> +<dl class="toc"> <dt><span class="section"><a href="foreach.html#foreach.introduction">Introduction</a></span></dt> <dt><span class="section"><a href="foreach/extensibility.html">Extensibility</a></span></dt> <dt><span class="section"><a href="foreach/portability.html">Portability</a></span></dt> @@ -58,7 +58,7 @@ </p></blockquote></div> <h3> <a name="foreach.introduction.h0"></a> - <span><a name="foreach.introduction.what_is__literal_boost_foreach__literal__"></a></span><a class="link" href="foreach.html#foreach.introduction.what_is__literal_boost_foreach__literal__">What + <span class="phrase"><a name="foreach.introduction.what_is__literal_boost_foreach__literal__"></a></span><a class="link" href="foreach.html#foreach.introduction.what_is__literal_boost_foreach__literal__">What is <code class="literal">BOOST_FOREACH</code>?</a> </h3> <p> @@ -84,7 +84,7 @@ </p> <h3> <a name="foreach.introduction.h1"></a> - <span><a name="foreach.introduction.hello__world_"></a></span><a class="link" href="foreach.html#foreach.introduction.hello__world_">Hello, + <span class="phrase"><a name="foreach.introduction.hello__world_"></a></span><a class="link" href="foreach.html#foreach.introduction.hello__world_">Hello, world!</a> </h3> <p> @@ -114,7 +114,7 @@ </pre> <h3> <a name="foreach.introduction.h2"></a> - <span><a name="foreach.introduction.supported_sequence_types"></a></span><a class="link" href="foreach.html#foreach.introduction.supported_sequence_types">Supported + <span class="phrase"><a name="foreach.introduction.supported_sequence_types"></a></span><a class="link" href="foreach.html#foreach.introduction.supported_sequence_types">Supported Sequence Types</a> </h3> <p> @@ -127,7 +127,7 @@ Pass Range Concept</a>. For example, we can use <code class="literal">BOOST_FOREACH</code> with: </p> -<div class="itemizedlist"><ul class="itemizedlist" type="disc"> +<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "> <li class="listitem"> STL containers </li> @@ -165,7 +165,7 @@ </p> <h3> <a name="foreach.introduction.h3"></a> - <span><a name="foreach.introduction.examples"></a></span><a class="link" href="foreach.html#foreach.introduction.examples">Examples</a> + <span class="phrase"><a name="foreach.introduction.examples"></a></span><a class="link" href="foreach.html#foreach.introduction.examples">Examples</a> </h3> <p> Below are some examples that demonstrate all the different ways we can use @@ -247,7 +247,7 @@ </p> <h3> <a name="foreach.introduction.h4"></a> - <span><a name="foreach.introduction.making__literal_boost_foreach__literal__prettier"></a></span><a class="link" href="foreach.html#foreach.introduction.making__literal_boost_foreach__literal__prettier">Making + <span class="phrase"><a name="foreach.introduction.making__literal_boost_foreach__literal__prettier"></a></span><a class="link" href="foreach.html#foreach.introduction.making__literal_boost_foreach__literal__prettier">Making <code class="literal">BOOST_FOREACH</code> Prettier</a> </h3> <p> @@ -304,7 +304,7 @@ </div> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> -<td align="left"><p><small>Last revised: May 05, 2016 at 21:18:52 GMT</small></p></td> +<td align="left"><p><small>Last revised: September 21, 2016 at 14:37:17 GMT</small></p></td> <td align="right"><div class="copyright-footer"></div></td> </tr></table> <hr> |