Anakreon <[EMAIL PROTECTED]> writes: > I think the compiler ought to stop the compilation with an error > since the 2 methods of the bug class are not implemented.
You are incorrect: if the compiler stopped compilation, it would be impossible to compile programs consisting of multiple source files: e.g. a program in which bug::meth1() is defined in a separate bug.cc file. > If this is not a feature, It's not a feature and it's not a bug; it's *correct* behaviour. > I'll make a proper bug submission Please don't (waste your and someone else's time). Cheers, -- In order to understand recursion you must first understand recursion. Remove /-nsp/ for email. _______________________________________________ Help-gplusplus mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gplusplus
