Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r86197 - in trunk: libs/circular_buffer/doc tools/quickbook/src
From: dnljms_at_[hidden]
Date: 2013-10-07 19:06:58


Author: danieljames
Date: 2013-10-07 19:06:58 EDT (Mon, 07 Oct 2013)
New Revision: 86197
URL: http://svn.boost.org/trac/boost/changeset/86197

Log:
Final (hopefully?) fixed link.

Text files modified:
   trunk/libs/circular_buffer/doc/circular_buffer.qbk | 2 +-
   trunk/tools/quickbook/src/doc_info_actions.cpp | 6 ------
   2 files changed, 1 insertions(+), 7 deletions(-)

Modified: trunk/libs/circular_buffer/doc/circular_buffer.qbk
==============================================================================
--- trunk/libs/circular_buffer/doc/circular_buffer.qbk Mon Oct 7 16:29:54 2013 (r86196)
+++ trunk/libs/circular_buffer/doc/circular_buffer.qbk 2013-10-07 19:06:58 EDT (Mon, 07 Oct 2013) (r86197)
@@ -307,7 +307,7 @@
 * If `value` has a throwing move constructor and some copy constructor, then method may throw exceptions of copy constructor.
 * If `value` has no copy constructor, then method may throw exceptions of move constructor.
 
-`move_if_noexcept(T&)` uses [@boost:libs/move/doc/html/move.html Boost.Move], [@boost:libs/type_traits/doc/html/boost_typetraits/reference/is_copy_constructible.html `is_copy_constructible`], [@boost:libs/type_traits/doc/html/boost_typetraits/reference/is_nothrow_move_assignable.html `is_nothrow_move_assignable`] and [@boost:libs/type_traits/doc/html/boost_typetraits/reference/is_nothrow_move_constructible.html `is_nothrow_move_constructible`] type triats.
+`move_if_noexcept(T&)` uses [@boost:libs/move/index.html Boost.Move], [@boost:libs/type_traits/doc/html/boost_typetraits/reference/is_copy_constructible.html `is_copy_constructible`], [@boost:libs/type_traits/doc/html/boost_typetraits/reference/is_nothrow_move_assignable.html `is_nothrow_move_assignable`] and [@boost:libs/type_traits/doc/html/boost_typetraits/reference/is_nothrow_move_constructible.html `is_nothrow_move_constructible`] type triats.
 
 
 [h3 Caveats]

Modified: trunk/tools/quickbook/src/doc_info_actions.cpp
==============================================================================
--- trunk/tools/quickbook/src/doc_info_actions.cpp Mon Oct 7 16:29:54 2013 (r86196)
+++ trunk/tools/quickbook/src/doc_info_actions.cpp 2013-10-07 19:06:58 EDT (Mon, 07 Oct 2013) (r86197)
@@ -217,12 +217,6 @@
                     << " is still under development and is "
                     "likely to change in the future." << std::endl;
             }
- else if (new_version >= 106u)
- {
- detail::outwarn(state.current_file->path)
- << "Quickbook " << (new_version / 100) << "." << (new_version % 100)
- << " is in alpha." << std::endl;
- }
         }
 
         if (new_version) {


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