Explorar o código

Moved utility\swap to the trunk, as discussed in trac issue #2056.

[SVN r47093]
Joseph Gauterin %!s(int64=18) %!d(string=hai) anos
pai
achega
f3069f3a76
Modificáronse 4 ficheiros con 8 adicións e 1 borrados
  1. 4 0
      libs/libraries.htm
  2. 2 0
      libs/maintainers.txt
  3. 1 1
      libs/utility
  4. 1 0
      status/Jamfile.v2

+ 4 - 0
libs/libraries.htm

@@ -251,6 +251,8 @@ how to download, build, and install the libraries.</p>
     Guzman, Hartmut Kaiser, Dan Nuffer and team.</li>
     <li><a href="algorithm/string/index.html">string_algo</a> -
     String algorithms library, from Pavol Droba.</li>
+    <li><a href="utility/swap.html">swap</a> -
+    Enhanced generic swap function, from Joseph Gauterin.</li>
     <li><a href="system/doc/index.html">system</a> - Operating system support, 
     including the diagnostics support that will be part of the C++0x standard 
     library, from Beman Dawes.</li>
@@ -664,6 +666,8 @@ of arbitrary data for persistence and marshalling, from Robert Ramey</li>
     <li><a href="statechart/doc/index.html">statechart</a> - Arbitrarily
     complex finite state machines can be implemented in easily readable and
     maintainable C++ code, from Andreas Huber.</li>
+    <li><a href="utility/swap.html">swap</a> -
+    Enhanced generic swap function, from Joseph Gauterin.</li>
     <li><a href="system/doc/index.html">system</a> - Operating 
     system support, including the diagnostics support that will be part of the 
     C++0x standard library, from Beman Dawes.</li>

+ 2 - 0
libs/maintainers.txt

@@ -82,7 +82,9 @@ units                 Matthias Schabel <boost -at- schabel-family.org>, Steven W
 unordered             Daniel James <daniel_james -at- fmail.co.uk>
 utility
 utility/enable_if     Jaakko Jarvi <jarvi -at- cs.tamu.edu>, Jeremiah Willcock <jewillco -at- osl.iu.edu>
+utility/swap          Joseph Gauterin <joseph.gauterin -at- googlemail.com>
 variant               Eric Friedman <ericbrandon -at- gmail.com>
 wave                  Hartmut Kaiser <hartmut.kaiser -at- gmail.com>
 xpressive             Eric Niebler <eric -at- boost-consulting.com>
 
+

+ 1 - 1
libs/utility

@@ -1 +1 @@
-Subproject commit 177ee78bbb5e1283f914e77c936ac586a15a5abc
+Subproject commit 3c5c2bc107790c476e4523d3ab9e27173fc24327

+ 1 - 0
status/Jamfile.v2

@@ -125,6 +125,7 @@ run-tests
     unordered/test/unordered    # test-suite unordered
     unordered/test/exception    # test-suite unordered-exception
     utility/enable_if/test      # test-suite utility/enable_if
+    utility/swap/test           # test-suite utility/swap
     utility/test                # test-suite utility
     variant/test                # test-suite variant
     wave/test/build             # test-suite wave

粤ICP备19079148号