
23 Oct
2007
23 Oct
'07
2:08 p.m.
Joel de Guzman wrote: [...]
Confirmed and committed. Jeez! Me smack in the head!!! I did lots of dependency analysis only to learn (from you) that that file is not needed there. IIRC, it was needed at one point in the development, but not anymore.
Well, I used a more pragmatic approach: cxx -E ... as_vector.cpp | grep -w vector | less
Anyway, I uncovered lots of cyclic dependencies along the way and got rid of them, so I'd say my effort was not in vain. :P
Which is a good thing.
Thanks for pointing it out!
You're welcome. This will hopefully clear a great many errors seen on Tru64/CXX, whenever the tests have cycled. Markus