https://llvm.org/bugs/show_bug.cgi?id=26217
Eric Fiselier <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |DUPLICATE --- Comment #1 from Eric Fiselier <[email protected]> --- This bug is tracked by https://llvm.org/PR20173. The behavior in the core language that causes this bug has been changed in C++17 by N4429 [1]. Hopefully Clang backports this change to C++11 and C++14 and libc++ won't have to change libc++'s behavior. [1] http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/n4429.html *** This bug has been marked as a duplicate of bug 20173 *** -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ llvm-bugs mailing list [email protected] http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
