Re: VclPtr some improvements ?

2018-04-16 Thread Michael Meeks
On 16/04/18 08:45, Stephan Bergmann wrote: > On 20/05/17 11:40, Michael Meeks wrote: >> Julien had some good ideas for simplifying VclPtr usage; here is the >> background - currently we have: ... >> * Suggestion - lets kill VclPtrInstance in a world with >>   'auto' its main use of sav

Re: VclPtr some improvements ?

2018-04-16 Thread Stephan Bergmann
On 20/05/17 11:40, Michael Meeks wrote: Julien had some good ideas for simplifying VclPtr usage; here is the background - currently we have: VclPtr pFoo; + empty VclPtr pointer eg. shared_ptr xFoo; VclPtrInstance pFoo( pParent ); + creates

VclPtr some improvements ?

2017-05-20 Thread Michael Meeks
So, Julien had some good ideas for simplifying VclPtr usage; here is the background - currently we have: VclPtr pFoo; + empty VclPtr pointer eg. shared_ptr xFoo; VclPtrInstance pFoo( pParent ); + creates a pFoo as above, and initializes it