Ticket #2056: status_and_utility_index.patch

File status_and_utility_index.patch, 1.6 KB (added by niels_dekker, 14 years ago)

Patch, adding "swap" to status/Jamfile.v2 and libs/utility/index.html

  • libs/utility/index.html

     
    2424            <a href="iterator_adaptors.htm">iterator_adaptors</a><br>
    2525            <a href="generator_iterator.htm">generator iterator adaptors</a><br>
    2626                                <a href="operators.htm">operators</a><br>
     27                                <a href="swap.html">swap</a><br>
    2728                                <a href="throw_exception.html">throw_exception</a><br>
    2829                                <a href="utility.htm">utility</a><br>
    2930                <a href="value_init.htm">value_init</a></p>
     
    3637        <a href="http://www.boost.org/LICENSE_1_0.txt">
    3738        www.boost.org/LICENSE_1_0.txt</a>)</p>
    3839                <p>Revised
    39                         <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->07 November, 2006<!--webbot bot="Timestamp" endspan i-checksum="39368" --></p>
     40                        <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->03 July, 2008<!--webbot bot="Timestamp" endspan i-checksum="39368" --></p>
    4041                </body>
    4142</html>
  • status/Jamfile.v2

     
    124124    units/test                  # test-suite units
    125125    unordered/test/unordered    # test-suite unordered
    126126    unordered/test/exception    # test-suite unordered-exception
     127    utility/swap/test           # test-suite utility/swap
    127128    utility/enable_if/test      # test-suite utility/enable_if
    128129    utility/test                # test-suite utility
    129130    variant/test                # test-suite variant