diff --git a/include/boost/numeric/ublas/storage.hpp b/include/boost/numeric/ublas/storage.hpp index 80d568b7..7395c28c 100644 --- a/include/boost/numeric/ublas/storage.hpp +++ b/include/boost/numeric/ublas/storage.hpp @@ -1580,7 +1580,7 @@ namespace boost { namespace numeric { namespace ublas { template class index_pair : - private boost::noncopyable, + private noncopyable, public container_reference { public: typedef index_pair self_type; @@ -1671,7 +1671,7 @@ namespace boost { namespace numeric { namespace ublas { template class index_pair_array: - private boost::noncopyable { + private noncopyable { public: typedef index_pair_array self_type; typedef typename V1::value_type value1_type; @@ -1753,7 +1753,7 @@ namespace boost { namespace numeric { namespace ublas { template class index_triple : - private boost::noncopyable, + private noncopyable, public container_reference { public: typedef index_triple self_type; @@ -1849,7 +1849,7 @@ namespace boost { namespace numeric { namespace ublas { template class index_triple_array: - private boost::noncopyable { + private noncopyable { public: typedef index_triple_array self_type; typedef typename V1::value_type value1_type;