diff options
author | Anas Nashif <anas.nashif@intel.com> | 2013-08-26 08:15:55 -0400 |
---|---|---|
committer | Anas Nashif <anas.nashif@intel.com> | 2013-08-26 08:15:55 -0400 |
commit | bb4dd8289b351fae6b55e303f189127a394a1edd (patch) | |
tree | 77c9c35a31b1459dd7988c2448e797d142530c41 /doc/html/any | |
parent | 1a78a62555be32868418fe52f8e330c9d0f95d5a (diff) | |
download | boost-bb4dd8289b351fae6b55e303f189127a394a1edd.tar.gz boost-bb4dd8289b351fae6b55e303f189127a394a1edd.tar.bz2 boost-bb4dd8289b351fae6b55e303f189127a394a1edd.zip |
Imported Upstream version 1.51.0upstream/1.51.0
Diffstat (limited to 'doc/html/any')
-rw-r--r--[-rwxr-xr-x] | doc/html/any/reference.html | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | doc/html/any/s02.html | 6 | ||||
-rw-r--r--[-rwxr-xr-x] | doc/html/any/s04.html | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/any/reference.html b/doc/html/any/reference.html index a15420ca76..a15420ca76 100755..100644 --- a/doc/html/any/reference.html +++ b/doc/html/any/reference.html diff --git a/doc/html/any/s02.html b/doc/html/any/s02.html index 66212ee753..74321068ca 100755..100644 --- a/doc/html/any/s02.html +++ b/doc/html/any/s02.html @@ -24,7 +24,7 @@ </div> <div class="section"> <div class="titlepage"><div><div><h2 class="title" style="clear: both"> -<a name="id1028379"></a>Examples</h2></div></div></div> +<a name="id1028622"></a>Examples</h2></div></div></div> <p>The following code demonstrates the syntax for using implicit conversions to and copying of any objects:</p> <pre class="programlisting"> @@ -66,12 +66,12 @@ void append_nothing(many & values) <pre class="programlisting"> bool is_empty(const <code class="computeroutput"><a class="link" href="../boost/any.html" title="Class any">boost::any</a></code> & operand) { - return operand.<code class="computeroutput"><a class="link" href="../boost/any.html#id426928-bb">empty</a></code>(); + return operand.<code class="computeroutput"><a class="link" href="../boost/any.html#id427129-bb">empty</a></code>(); } bool is_int(const <code class="computeroutput"><a class="link" href="../boost/any.html" title="Class any">boost::any</a></code> & operand) { - return operand.<code class="computeroutput"><a class="link" href="../boost/any.html#id426952-bb">type</a></code>() == typeid(int); + return operand.<code class="computeroutput"><a class="link" href="../boost/any.html#id427154-bb">type</a></code>() == typeid(int); } bool is_char_ptr(const <code class="computeroutput"><a class="link" href="../boost/any.html" title="Class any">boost::any</a></code> & operand) diff --git a/doc/html/any/s04.html b/doc/html/any/s04.html index 1368d8f2c1..5ab0492b96 100755..100644 --- a/doc/html/any/s04.html +++ b/doc/html/any/s04.html @@ -24,7 +24,7 @@ </div> <div class="section"> <div class="titlepage"><div><div><h2 class="title" style="clear: both"> -<a name="id1031277"></a>Acknowledgements</h2></div></div></div> +<a name="id1031525"></a>Acknowledgements</h2></div></div></div> <p>Doug Gregor ported the documentation to the BoostBook format.</p> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> |