This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: dlopen() and placing exception body in .cpp file


Dimitri Tcaciuc <dtcaciuc@gmail.com> writes:

> Right... So then I imagine even the 'fix' where I'm compiling
> exception destructor into a separate .so file is still subject to
> breakage and std::exception catching works because every C++ program
> actually links against libstdc++ and not just dlopens it, yes?

Yes, I think that is correct.

Ian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]