Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r75535 - branches/quickbook-dev/tools/quickbook/src
From: dnljms_at_[hidden]
Date: 2011-11-17 16:06:12


Author: danieljames
Date: 2011-11-17 16:06:11 EST (Thu, 17 Nov 2011)
New Revision: 75535
URL: http://svn.boost.org/trac/boost/changeset/75535

Log:
Quickbook: values don't actually use intrustive_ptr anymore.

Although I kept the increment and decrement funcitons as it's a useful
convention.
Text files modified:
   branches/quickbook-dev/tools/quickbook/src/values.cpp | 1 -
   1 files changed, 0 insertions(+), 1 deletions(-)

Modified: branches/quickbook-dev/tools/quickbook/src/values.cpp
==============================================================================
--- branches/quickbook-dev/tools/quickbook/src/values.cpp (original)
+++ branches/quickbook-dev/tools/quickbook/src/values.cpp 2011-11-17 16:06:11 EST (Thu, 17 Nov 2011)
@@ -8,7 +8,6 @@
 
 #include "values.hpp"
 #include "files.hpp"
-#include <boost/intrusive_ptr.hpp>
 #include <boost/current_function.hpp>
 #include <boost/lexical_cast.hpp>
 


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