Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r86208 - in branches/release/tools/quickbook: . src
From: dnljms_at_[hidden]
Date: 2013-10-08 16:24:11


Author: danieljames
Date: 2013-10-08 16:24:11 EDT (Tue, 08 Oct 2013)
New Revision: 86208
URL: http://svn.boost.org/trac/boost/changeset/86208

Log:
Merge removal of quickbook 1.6 warning.

I forgot to check this in to trunk, and then accidentally included it with some
circular buffer changes which is why the history is a little odd.

Properties modified:
   branches/release/tools/quickbook/ (props changed)
Text files modified:
   branches/release/tools/quickbook/src/doc_info_actions.cpp | 6 ------
   1 files changed, 0 insertions(+), 6 deletions(-)

Modified: branches/release/tools/quickbook/src/doc_info_actions.cpp
==============================================================================
--- branches/release/tools/quickbook/src/doc_info_actions.cpp Tue Oct 8 15:05:04 2013 (r86207)
+++ branches/release/tools/quickbook/src/doc_info_actions.cpp 2013-10-08 16:24:11 EDT (Tue, 08 Oct 2013) (r86208)
@@ -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