------- Comment #7 from lavock at gmail dot com 2010-02-08 13:49 ------- (In reply to comment #5) > n3000 says "Only special member functions may be explicitly defaulted, and the > implementation shall define them as if they had implicit definitions." > > An implicit destructor is not virtual. >
An implicit definition does not mean an implicit declaration. Moreover, the norm use sometimes this syntax. There is a thread in comp.std.c++ about this. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42983