diff options
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> |