Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r75193 - sandbox-branches/geometry/index/boost/geometry/extensions/index/rtree
From: adam.wulkiewicz_at_[hidden]
Date: 2011-10-31 11:06:23


Author: awulkiew
Date: 2011-10-31 11:06:21 EDT (Mon, 31 Oct 2011)
New Revision: 75193
URL: http://svn.boost.org/trac/boost/changeset/75193

Log:
rtree is no longer noncopyable
Text files modified:
   sandbox-branches/geometry/index/boost/geometry/extensions/index/rtree/rtree.hpp | 1 -
   1 files changed, 0 insertions(+), 1 deletions(-)

Modified: sandbox-branches/geometry/index/boost/geometry/extensions/index/rtree/rtree.hpp
==============================================================================
--- sandbox-branches/geometry/index/boost/geometry/extensions/index/rtree/rtree.hpp (original)
+++ sandbox-branches/geometry/index/boost/geometry/extensions/index/rtree/rtree.hpp 2011-10-31 11:06:21 EDT (Mon, 31 Oct 2011)
@@ -68,7 +68,6 @@
     typename Allocator = std::allocator<Value>
>
 class rtree
- : public boost::noncopyable
 {
 public:
     typedef Value value_type;


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