$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Running b2 on develop needs asynch-exceptions=on
From: Marcel Raad (raad_at_[hidden])
Date: 2015-03-16 16:34:53
Raffi Enficiaud <raffi.enficiaud <at>
mines-paris.org> writes:
>
> The MSDN documentation
> (https://msdn.microsoft.com/en-
us/library/1deeycx5.aspx) states that
> managed code needs /EHa.
It also states that /EHa is the default
for managed code, so it doesn't have to be
specified explicitly.