|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r86176 - trunk/libs/circular_buffer/doc
From: dnljms_at_[hidden]
Date: 2013-10-06 11:15:35
Author: danieljames
Date: 2013-10-06 11:15:34 EDT (Sun, 06 Oct 2013)
New Revision: 86176
URL: http://svn.boost.org/trac/boost/changeset/86176
Log:
Fix another circular buffer link.
Text files modified:
trunk/libs/circular_buffer/doc/circular_buffer.qbk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/libs/circular_buffer/doc/circular_buffer.qbk
==============================================================================
--- trunk/libs/circular_buffer/doc/circular_buffer.qbk Sun Oct 6 08:39:17 2013 (r86175)
+++ trunk/libs/circular_buffer/doc/circular_buffer.qbk 2013-10-06 11:15:34 EDT (Sun, 06 Oct 2013) (r86176)
@@ -271,7 +271,7 @@
[h3 Move emulation and rvalues]
Since Boost 1.54.0 support for move semantics was implemented using
-the [@boost:libs/move/doc/html/move.html Boost.Move] library.
+the [@boost:libs/move/index.html Boost.Move] library.
If rvalue references are available __cb will use them, but if not it uses a close,
but imperfect emulation. On such compilers:
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