[llvm-bugs] [Bug 32963] Incorrect implementation of LWG 2534
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Sep 20 13:33:16 PDT 2021
https://bugs.llvm.org/show_bug.cgi?id=32963
Louis Dionne <ldionne at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed By Commit(s)| |c90dee1e90045feb039be640864
| |f038eebd1d8cd
Resolution|--- |FIXED
CC| |ldionne at apple.com
Status|NEW |RESOLVED
--- Comment #2 from Louis Dionne <ldionne at apple.com> ---
I believe this has been fixed with:
commit c90dee1e90045feb039be640864f038eebd1d8cd
Author: Louis Dionne <ldionne at apple.com>
Date: Wed Sep 23 08:49:00 2020 -0400
[libc++] Re-apply fdc41e11f (LWG1203) without breaking the C++11 build
fdc41e11f was reverted in e46c1def5 because it broke the C++11 build.
We shouldn't be using enable_if_t in C++11, instead we must use
enable_if<...>::type.
--
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/20210920/0b0b5fcd/attachment-0001.html>
More information about the llvm-bugs
mailing list