Angus Leeming wrote:
> Peter Kümmel <[EMAIL PROTECTED]> writes:
>> Angus Leeming wrote:
>>> So, what is the usage you're worried about and where? Which constructor?
>
> [snip supplied details]
>
>> As I understand we have to be sure that the this pointer is not
>> used, if so all is ok.
>
> Grea
Peter Kümmel <[EMAIL PROTECTED]> writes:
> Angus Leeming wrote:
> > So, what is the usage you're worried about and where? Which constructor?
[snip supplied details]
> As I understand we have to be sure that the this pointer is not
> used, if so all is ok.
Great detective work!
Angus
Angus Leeming wrote:
> So, what is the usage you're worried about and where? Which constructor?
LyXServer(LyXFunc * f, std::string const & pip)
: numclients(0), func(f), pipes(pip, (this), callback) {}
Buffer::Buffer(string const & file, bool readonly)
: pimpl_(new Impl(*this, file, reado
Peter Kümmel <[EMAIL PROTECTED]> writes:
> After disabling the "performance warning"
> (it's realy not worth the trouble)
As you choose. But wrapping them all as "return bool(foo);" would be perfectly
fine I think.
> here some unsigned/unsigned patches.
Look good. It would appear that the "//Bra