
15 Sep
2005
15 Sep
'05
3:17 p.m.
David Abrahams wrote:
that cropped up after 1.32. Now I'm informed that we have the test compile time switches set so supress two-phase lookup (or parts of it) so I have no "conforming" compiler available. This is a hinderence to addressing problems such as this.
It's hard for me to feel very sympathetic. You have the online compiler. You could find out what the switches are (--no-microsoft and/or --no-microsoft-bugs) to turn on 2-phase lookup on your local installation of comeau and do some experiments.
Do you mean that --A or --a is insufficient to enable two-phase lookup with VC as backend? This is very surprising to me. I seem to remember como catching two-phase lookup problems when I only use --A. Jonathan