------- Additional Comments From yuri at tsoft dot com 2005-01-28 20:54 ------- > If your objects are simple and do not need destruction, just don't > define destructors. > > -- Gaby
Disagree, it may only be determined after the optimization that destructor is actuall empty. Yuri -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19662