
Joel de Guzman schrieb:
Markus Schöpflin wrote:
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
Well, that's my problem. I do not have access to the compiler. Otherwise, I would've found it already. So, I based my hunt on pure intuition. The compilers that I use regularly does not exhibit the problem.
Uh, I didn't mean to imply any criticism with that. Sorry if I did. I'm wondering if g++ cannot be configured to check for this kind of errors? Anyone knows? Markus