mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-10 23:42:12 +00:00
rtree detail varray error fixed
[SVN r82963]
This commit is contained in:
@@ -84,7 +84,7 @@ public:
|
||||
}
|
||||
|
||||
// strong
|
||||
varray(BOOST_COPY_ASSIGN_REF(varray) other)
|
||||
varray(varray const& other)
|
||||
: m_size(other.m_size)
|
||||
{
|
||||
this->uninitialized_copy(other.begin(), other.end(), this->begin()); // may throw
|
||||
|
||||
Reference in New Issue
Block a user