Boost logo

Boost :

Subject: Re: [boost] Pimpl Again?
From: Chris Glover (c.d.glover_at_[hidden])
Date: 2016-05-31 15:09:49


>
>
> Wow I must admit this surprises me, the resistance I usually get is much
> stronger. :)
>
>
Then I will offer up one point of resistance.

I sometimes don't pimpl an entire object. This might be because I have
templates in the interface or because I need the functions to inline. Your
solution doesn't allow me to do that.

It also forces a dynamic allocation which we already discussed could be
avoided by using an internal buffer.

Other than those thigns, I like this approach.

-- chris


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk