A
Alfonso Morra
I have written a class, and several of it's methods are function
templates. When I compiled the code, I realized that I had made some
typos in the code - but the compiler seemed to skip right over these
obvious errors. I gre suspicious and enterred XXX in one of the function
templates - and the compiler succesfully compile the code (obviously
completely skipped my templated functions).
I am using VC 7.1 Is this a "bug", (highly unlikely, I should think) or
have I missed something obvious.?
templates. When I compiled the code, I realized that I had made some
typos in the code - but the compiler seemed to skip right over these
obvious errors. I gre suspicious and enterred XXX in one of the function
templates - and the compiler succesfully compile the code (obviously
completely skipped my templated functions).
I am using VC 7.1 Is this a "bug", (highly unlikely, I should think) or
have I missed something obvious.?