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!
|