$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [scope_exit] (Boost >= 1.65) VS 2015 internal compiler error in lambda
From: Olaf van der Spek (ml_at_[hidden])
Date: 2018-01-12 10:32:46
On Fri, Jan 12, 2018 at 10:38 AM, Tobias Loew via Boost
<boost_at_[hidden]> wrote:
> And again, here's the code:
>
> int main() {
>     auto check_property = []() {
>         int test = 0;
>         BOOST_SCOPE_EXIT(test) {
>             test = 42;
>         }BOOST_SCOPE_EXIT_END
>     };
>
>     return 0;
> }
Have you filed a bug report with MS?
-- Olaf