Steve W. Jackson wrote :
> A more careful examination of the compiler error would actually tell you
> this. I learned it the hard way after adopting a practice in an ongoing
> project of *always* qualifying our enum references. The compiler
> squawked and I had to read it several times to fully grasp that it was
> telling me I could not do so.
You are right of course. It is just that I am so used to qualifying
things, and along comes this new "feature".
The last thing I would have expected is that the compiler would qualify
it for me AND cause an error if I did.
Fully qualifying the constant should have produced a warning about an
unnecessary cast. IMHO of course
--
Wojtek