diff options
author | Lorry Tar Creator <lorry-tar-importer@baserock.org> | 2015-04-08 03:09:47 +0000 |
---|---|---|
committer | <> | 2015-05-05 14:37:32 +0000 |
commit | f2541bb90af059680aa7036f315f052175999355 (patch) | |
tree | a5b214744b256f07e1dc2bd7273035a7808c659f /libs/range/doc/html | |
parent | ed232fdd34968697a68783b3195b1da4226915b5 (diff) | |
download | boost-tarball-master.tar.gz |
Imported from /home/lorry/working-area/delta_boost-tarball/boost_1_58_0.tar.bz2.HEADboost_1_58_0master
Diffstat (limited to 'libs/range/doc/html')
-rw-r--r-- | libs/range/doc/html/index.html | 2 | ||||
-rw-r--r-- | libs/range/doc/html/range/reference/algorithms/introduction.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libs/range/doc/html/index.html b/libs/range/doc/html/index.html index e698d190a..9f673a081 100644 --- a/libs/range/doc/html/index.html +++ b/libs/range/doc/html/index.html @@ -150,7 +150,7 @@ </p> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> -<td align="left"><p><small>Last revised: October 30, 2014 at 10:16:50 GMT</small></p></td> +<td align="left"><p><small>Last revised: April 07, 2015 at 22:46:26 GMT</small></p></td> <td align="right"><div class="copyright-footer"></div></td> </tr></table> <hr> diff --git a/libs/range/doc/html/range/reference/algorithms/introduction.html b/libs/range/doc/html/range/reference/algorithms/introduction.html index fcefa2b9a..51babbc43 100644 --- a/libs/range/doc/html/range/reference/algorithms/introduction.html +++ b/libs/range/doc/html/range/reference/algorithms/introduction.html @@ -210,7 +210,7 @@ </p> <p> Notice the use of <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">return_found_end</span></code>. - What if we wanted to erase all the duplicates except one of them? In old-fashined + What if we wanted to erase all the duplicates except one of them? In old-fashioned STL-programming we might write </p> <p> |