Re: boost::filesystem exception not caught on MacOS X
2007-12-01 01:35:24 GMT
Hi,
I'm still stuck with the uncaught exception, I have no idea what is
going wrong there. Does anyone have any hint on what I could check? I
tried to compile the corresponding code in Xcode (MacOS 10.5), and
there I'm getting hundreds of link warnings like
warning boost::detail::shared_count::~shared_count()has different
visibility (2) in /Users/l-may/projects/test/build/Debug/
libtest.a(justatest.o) and (1) in /Users/l-may/projects/test/obj/
testapp.build/Debug/testapp.build/Objects-normal/i386/test.o
Not sure whether this is related to the exception problem. Any help?
Best regards,
Lothar
On Nov 24, 2007, at 9:27 PM, Lothar May wrote:
> Hi,
>
> I have a strange problem that an exception thrown by a
> boost::filesystem directory_iterator is not caugth on MacOS X.
> Please consider the following code:
>
> ("const string &dir" is a parameter)
>
> bool retVal = true;
> try
(Continue reading)
RSS Feed