19 Jul
2019
19 Jul
'19
10:49 p.m.
________________________________ From: navya deepika garakapati [navyadeepika.9@gmail.com] Sent: 19 July 2019 11:28 To: boost@lists.boost.org Cc: Fletcher, John P Subject: Re: [boost] Lambda testcase fails when optimization enabled in gcc and llvm
Hi John, we tried with below compilers and version where it is failing g++ 8.1 and above. in clang++ 3.8.1 and 8.
while it is passing on g++ 5.4.
Thanks
An observation int d= (apply1<int>(_1 ,one) == 1);