|
From: Ferdinando A. <na...@am...> - 2010-02-26 09:39:19
|
On Thu, Feb 25, 2010 at 4:45 PM, Luigi Ballabio <lui...@gm...> wrote: > You can remove the warning by removing > > xBegin2_(this->xBegin_+n) > > from the initializer list and adding > > xBegin2_ = this->xBegin_+n; > > to the body of the constructor. done, thank you ciao -- Nando |