[boost] Re: boost::execution_monitor impl under windows
by David Abrahams other posts by this author
Sep 21 2003 8:40AM messages near this date
[boost] Re: boost::execution_monitor impl under windows
|
[boost] Re: Re: boost::execution_monitor impl under windows
"carlos pizano" <carlospizano@[...].com> writes:
> > I don't know what execution_monitor is doing, but the
> > _set_se_translator technique described in
> > http://www.boost.org/more/error_handling.html doesn't require /EHa.
>
> Dave, I think we are talking about the same _set_se_translator
The question is, are we talking about a translator that does
something other than
{
throw;
}
??
> I did a quick check and the MSDN documentation that comes with my
> compiler (VC.Net 2003) says:
>
> " Use /EHa instead of /EHsc when using _set_se_translator."
>
> I don't see any qualification to this warning on the docs.
They never intended _set_se_translator to be used that way, though.
> Moreover, I did a quick console application with _set_se_translator and
> during compile I get:
>
> warning C4535: calling _set_se_translator() requires /EHa
> the command line options /EHc and /GX are insufficient
>
> Are you using maybe an earlier compiler?
No, I'm disabling the warning with pragmas. The technique works fine.
--
Dave Abrahams
Boost Consulting
www.boost-consulting.com
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
Thread:
carlos pizano
David Abrahams
David Abrahams
Holger Grund
Holger Grund
Holger Grund
Holger Grund
David Abrahams
Carl Daniel
carlos pizano
carlos pizano
David Abrahams
carlos pizano
carlos pizano
carlos pizano
Carl Daniel
Carl Daniel
carlos pizano
|