--- /home/keir/src/boost_1_34_0/boost/numeric/ublas/storage.hpp 2006-04-16 13:43:50.000000000 -0400 +++ /usr/local/include/boost-1_34/boost/numeric/ublas/storage.hpp 2007-05-20 01:30:34.000000000 -0400 @@ -89,8 +89,9 @@ data_ = 0; } BOOST_UBLAS_INLINE unbounded_array (const unbounded_array &c): + storage_array (), alloc_ (c.alloc_), size_ (c.size_) { if (size_) { data_ = alloc_.allocate (size_); std::uninitialized_copy (c.begin(), c.end(), begin());