$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: Tobias Loew (Tobias.Loew_at_[hidden])
Date: 2018-01-12 09:38:09
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;
}
-- Sent from: http://boost.2283326.n4.nabble.com/Boost-Dev-f2600599.html