Re: Smart d-ptr in Plasma

2013-08-23 Thread Kevin Ottens
On Friday 23 August 2013 15:00:09 Maarten De Meyer wrote: > On 23 August 2013 10:44, Kevin Ottens wrote: > > On Thursday 22 August 2013 19:11:09 Martin Graesslin wrote: > >> Maybe it would even be an idea for an own (tier 0) framework which could > >> contain useful C++11 magic? I guess we will so

Re: Smart d-ptr in Plasma

2013-08-23 Thread Maarten De Meyer
On 23 August 2013 10:44, Kevin Ottens wrote: > On Thursday 22 August 2013 19:11:09 Martin Graesslin wrote: >> Maybe it would even be an idea for an own (tier 0) framework which could >> contain useful C++11 magic? I guess we will soon have more useful C++11 >> stuff which might make sense to be us

Re: Smart d-ptr in Plasma

2013-08-23 Thread Kevin Ottens
On Thursday 22 August 2013 19:11:09 Martin Graesslin wrote: > Maybe it would even be an idea for an own (tier 0) framework which could > contain useful C++11 magic? I guess we will soon have more useful C++11 > stuff which might make sense to be used in more places. Wouldn't solve much though. The

Re: Smart d-ptr in Plasma

2013-08-22 Thread Ivan Čukić
> > If you're interested please bring it up on k-f-d and we'll see where it > > goes. Posted on kfd. Cheers -- So remember when you're feeling very small and insecure How amazingly unlikely is your birth And pray that there's intelligent life somewhere up in space Because there's bugger all do

Re: Smart d-ptr in Plasma

2013-08-22 Thread Martin Graesslin
On Thursday 22 August 2013 14:23:57 Kevin Ottens wrote: > On Thursday 22 August 2013 13:39:39 Ivan Čukić wrote: > > > Well, I can add one more. They use variadic templates which are not in > > > the > > > list of C++11 features which can be used unconditionally in > > > plasma-framework. Can be spa

Re: Smart d-ptr in Plasma

2013-08-22 Thread Kevin Ottens
On Thursday 22 August 2013 13:39:39 Ivan Čukić wrote: > > Well, I can add one more. They use variadic templates which are not in the > > list of C++11 features which can be used unconditionally in > > plasma-framework. Can be spared if you loose the forwarded constructor > > arguments though. > >

Re: Smart d-ptr in Plasma

2013-08-22 Thread Ivan Čukić
> Well, I can add one more. They use variadic templates which are not in the > list of C++11 features which can be used unconditionally in > plasma-framework. Can be spared if you loose the forwarded constructor > arguments though. The older MSVC (which I guess is the problem for including variad

Re: Smart d-ptr in Plasma

2013-08-22 Thread Kevin Ottens
On Thursday 22 August 2013 12:44:41 Ivan Čukić wrote: > Hi all, > > Keep forgetting to write this mail for a while now. It is intended mostly > for (in aplhabetical order) Aaron, Marco, Martin and Sebastian, but > everybody is invited to chime in. > > It is about the smart and safe d-pointer I ha

Smart d-ptr in Plasma

2013-08-22 Thread Ivan Čukić
Hi all, Keep forgetting to write this mail for a while now. It is intended mostly for (in aplhabetical order) Aaron, Marco, Martin and Sebastian, but everybody is invited to chime in. It is about the smart and safe d-pointer I have presented some time ago [1]. The question is should it be used