Re: [Development] QSharedPointer - Enable shared from this

2013-11-01 Thread Thiago Macieira
On sábado, 2 de novembro de 2013 02:02:25, Cristian Pallarés wrote: > No problem! Looks like there is too much work for you to do =). > > I will keep an eye into the code review! For future note: if any review in a module I maintain (QtCore or QtDBus) is pending without conclusion, the correct p

Re: [Development] QSharedPointer - Enable shared from this

2013-11-01 Thread Cristian Pallarés
No problem! Looks like there is too much work for you to do =). I will keep an eye into the code review! On Thu, Oct 31, 2013 at 4:24 PM, Thiago Macieira wrote: > On quinta-feira, 31 de outubro de 2013 15:57:13, Cristian Pallarés wrote: > > Hi folks, > > > > https://codereview.qt-project.org/60

Re: [Development] QSharedPointer - Enable shared from this

2013-10-31 Thread Thiago Macieira
On quinta-feira, 31 de outubro de 2013 15:57:13, Cristian Pallarés wrote: > Hi folks, > > https://codereview.qt-project.org/60346 > > I've waited quite a bit for this feature. C++11 already ships this > implementation, which makes std::shared_ptr very powerful, but the review > process for the Qt

[Development] QSharedPointer - Enable shared from this

2013-10-31 Thread Cristian Pallarés
Hi folks, https://codereview.qt-project.org/60346 I've waited quite a bit for this feature. C++11 already ships this implementation, which makes std::shared_ptr very powerful, but the review process for the Qt implementation looks frozen. QSharedPointer is limited to me for that missing feature.