class derived_second : public Base
{
public:
derived_second() {}
}> Compiles okay here after I fixed the missing semicolon after this class I use g++ 4.1.0. _______________________________________________ help-gplusplus mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gplusplus
