mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-12 00:02:09 +00:00
rtree is no longer noncopyable
[SVN r75193]
This commit is contained in:
@@ -68,7 +68,6 @@ template <
|
||||
typename Allocator = std::allocator<Value>
|
||||
>
|
||||
class rtree
|
||||
: public boost::noncopyable
|
||||
{
|
||||
public:
|
||||
typedef Value value_type;
|
||||
|
||||
Reference in New Issue
Block a user