Re: [Cppunit-devel] CppUnit and gcc 3.2
Brought to you by:
blep
From: Dave G. <dg...@hy...> - 2002-11-07 21:23:54
|
Gary Granger wrote: > It looks like std::runtime_error destructor declares that it throws no > exceptions, while the default destructor for the > DynamicLibraryManagerException() does not. Adding such a definition > fixed it for me. Patch attached. Thanks, with that patch, I was able to build cppunit! |