mirror of
https://github.com/boostorg/ublas.git
synced 2026-02-26 17:12:10 +00:00
REMOVED array_adaptor and shallow_array_adaptor FIX used BOOST_UBLAS_CHECK instead of raise directly on bad_size FIX unbounded_array resize does not need to assign data_ = data when size is 0. This is consitent with the uninitialised state of data_ when constructed with size=0 [SVN r30595]