[llvm-bugs] [Bug 37450] clang falsely(?) accepts c++17 code in c++14 mode?
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon May 14 13:15:24 PDT 2018
https://bugs.llvm.org/show_bug.cgi?id=37450
Richard Smith <richard-llvm at metafoo.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #1 from Richard Smith <richard-llvm at metafoo.co.uk> ---
Reduced testcase:
constexpr auto o = [] {};
Fixed in r332286.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20180514/801e846e/attachment.html>
More information about the llvm-bugs
mailing list