"Thorsten Ottosen" <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED] * http://www.boost-consulting.com Boost support, enhancements, training, and commercial distribution _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost