[LLVMbugs] [Bug 16337] Compilation fail
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sat Jun 15 11:52:36 PDT 2013
http://llvm.org/bugs/show_bug.cgi?id=16337
Howard Hinnant <hhinnant at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #3 from Howard Hinnant <hhinnant at apple.com> ---
This appears to be fixed in libc++ tip-of-trunk. I'm guessing by this commit:
r181935 | hhinnant | 2013-05-15 17:49:27 -0400 (Wed, 15 May 2013) | 1 line
Changed paths:
M /libcxx/trunk/include/type_traits
M
/libcxx/trunk/test/utilities/function.objects/bind/func.bind/func.bind.bind/invoke_lvalue.pass.cpp
Remove cv qualifiers from member pointers in the __member_pointer_traits test.
This was causing a const-qualified bind result to malfunction. This was a
recent regression due to the new use of __member_pointer_traits in restricting
the __invokable and __invoke_of tests.
--
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/20130615/41ee24c6/attachment.html>
More information about the llvm-bugs
mailing list