Boost logo

Boost-Commit :

From: mariano.consoni_at_[hidden]
Date: 2008-06-17 10:38:19


Author: mconsoni
Date: 2008-06-17 10:38:18 EDT (Tue, 17 Jun 2008)
New Revision: 46450
URL: http://svn.boost.org/trac/boost/changeset/46450

Log:

- some fixes to make the regressions work again.

Text files modified:
   sandbox/SOC/2008/spacial_indexing/boost/spatial_index/quadtree.hpp | 7 +++++++
   1 files changed, 7 insertions(+), 0 deletions(-)

Modified: sandbox/SOC/2008/spacial_indexing/boost/spatial_index/quadtree.hpp
==============================================================================
--- sandbox/SOC/2008/spacial_indexing/boost/spatial_index/quadtree.hpp (original)
+++ sandbox/SOC/2008/spacial_indexing/boost/spatial_index/quadtree.hpp 2008-06-17 10:38:18 EDT (Tue, 17 Jun 2008)
@@ -36,6 +36,13 @@
     std::cerr << "Not implemented yet." << std::endl;
   }
 
+ /// remove data with key 'k'
+ /// TODO: implement
+ virtual void remove(const geometry::box<Point> &k)
+ {
+ std::cerr << "Not implemented yet." << std::endl;
+ }
+
           
   virtual void insert(const Point &k, const Value &v)
   {


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