Boost logo

Ublas :

Subject: Re: [ublas] broken coordinate_matrix::sort with gcc 4.7
From: Gunter Winkler (guwi17_at_[hidden])
Date: 2012-09-22 16:19:41


Hello,

Am Saturday 22 September 2012 schrieb sguazt:
>
> boost-trunk/boost/numeric/ublas/storage.hpp:1755:9: warning: base
> class ‘class boost::noncopyable_::noncopyable’ should be explicitly
> initialized in the copy constructor
>
> At the following line, there is the definition of the public
> copy-constructor of the index_triple class.
> Is it OK that this class, which inherits from boost::noncopyable,
> defines a copy-constructor?

No, this class is definitely copyable. I'll remove boost::noncopyable.

(same applies to index_pair)

mfg
Gunter