Boost logo

Boost :

From: David Abrahams (dave_at_[hidden])
Date: 2003-01-12 17:41:08


"Thorsten Ottosen" <nesotto_at_[hidden]> writes:

>> > yep. it needs a _big_ bunch of 'this->' to compile. Is Comeau really
>> > wrong?
>>
>> No, the code is wrong.
>
> ok..could you explain what the difference is then, betweeen this->shape()
> and shape()???

Two-phase name lookup. "shape", by itself is a non-dependent name and
must be looked up at the time the template is parsed. See
http://article.gmane.org/gmane.comp.lib.boost.devel/12725/ for a
fairly complete explanation.

>> > Who will make the changes?
>> > I guess I can't do it since I only have access to the sandbox
>>
>> Why not do it and post a patch here?
>>
>
> done.

That's not a patch; those are the complete files. However, I'm sure
Ron can work with those. If he doesn't respond in the next week,
Bjorn (the maintenance wizard) will get on his case.

> what's the demands that one must fulfill to get cvs access?

It's informal, but normally, you have to contribute a library or a
significant amount of code.

-- 
                       David Abrahams
   dave_at_[hidden] * http://www.boost-consulting.com
Boost support, enhancements, training, and commercial distribution

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