2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-23 04:02:10 +00:00
svn path=/trunk/boost/boost/numeric/ublas/; revision=28003
This commit is contained in:
Michael Stevens
2005-04-06 06:30:49 +00:00
parent c913b0da7f
commit ddd6eaee73

View File

@@ -617,7 +617,7 @@ namespace boost { namespace numeric { namespace ublas {
#ifdef BOOST_UBLAS_SHALLOW_ARRAY_ADAPTOR
// Array adaptor with shallow (reference) copy semantics of elements.
// shared_array are used maitain reference counting.
// shared_array is used to maintain reference counts.
// This class breaks the normal copy semantics for a storage container and is very dangerous!
template<class T>
class shallow_array_adaptor: