C++ istream / ostream equivalent ?

bearophile bearophileHUGS at lycos.com
Wed Dec 1 12:29:08 PST 2010


Jonathan M Davis:

> override is required if you compile with -w. If you don't use -w, the compiler 
> won't complain, but I'm not sure that it actually overrides the function in that 
> case. So, yes override should be there.

override will become obligatory, Andrei and Walter agree with this change, so always (when possible) use it. See also bug 3836.

Bye,
bearophile


More information about the Digitalmars-d-learn mailing list