« Return to Thread: boost::filesystem exception not caught on MacOS X

Re: boost::filesystem exception not caught on MacOS X

by l-may :: Rate this Message:

Reply to Author | View in Thread

Hi Peter,

Peter Dimov schrieb:
> It strikes me that you're using the -mt version of libboost_filesystem, but
> at the same time seem to be compiling test.cpp in single-threaded mode by
> not passing -pthread. Could the two exception handling runtimes be different
> enough to not recognize each other's exceptions?

Thanks for the hint - but the application I initially had the problem
with does provide the "-pthread". With the test app, it makes no
difference at all (the binaries are identical, whether I use the switch
or not).

Regards,

Lothar

_______________________________________________
Boost-users mailing list
Boost-users@...
http://lists.boost.org/mailman/listinfo.cgi/boost-users

 « Return to Thread: boost::filesystem exception not caught on MacOS X