Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r55537 - in sandbox/move/libs: container move
From: igaztanaga_at_[hidden]
Date: 2009-08-12 04:43:50


Author: igaztanaga
Date: 2009-08-12 04:43:49 EDT (Wed, 12 Aug 2009)
New Revision: 55537
URL: http://svn.boost.org/trac/boost/changeset/55537

Log:
-> Move: non-const rvalues of copyable and movable types are moved instead of copied. Documentation improved.
-> Container: Added test cases and documentation.
-> Intrusive: Container depends on this post-1.40 Intrusive version.
Text files modified:
   sandbox/move/libs/container/index.html | 4 ++--
   sandbox/move/libs/move/index.html | 4 ++--
   2 files changed, 4 insertions(+), 4 deletions(-)

Modified: sandbox/move/libs/container/index.html
==============================================================================
--- sandbox/move/libs/container/index.html (original)
+++ sandbox/move/libs/container/index.html 2009-08-12 04:43:49 EDT (Wed, 12 Aug 2009)
@@ -5,10 +5,10 @@
 -->
 <html>
 <head>
-<meta http-equiv="refresh" content="0; URL=./doc/html/container.html">
+<meta http-equiv="refresh" content="0; URL=doc/html/container.html">
 </head>
 <body>
 Automatic redirection failed, please go to
-./doc/html/container.html
+doc/html/container.html
 </body>
 </html>

Modified: sandbox/move/libs/move/index.html
==============================================================================
--- sandbox/move/libs/move/index.html (original)
+++ sandbox/move/libs/move/index.html 2009-08-12 04:43:49 EDT (Wed, 12 Aug 2009)
@@ -5,10 +5,10 @@
 -->
 <html>
 <head>
-<meta http-equiv="refresh" content="0; URL=.doc/html/move.html">
+<meta http-equiv="refresh" content="0; URL=doc/html/move.html">
 </head>
 <body>
 Automatic redirection failed, please go to
-./doc/html/container.html
+doc/html/container.html
 </body>
 </html>


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk