rtree detail varray error fixed

[SVN r82963]
This commit is contained in:
Adam Wulkiewicz
2013-02-18 01:32:39 +00:00
parent 9b2ebcde2e
commit 4270e53fe5

View File

@@ -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