http://llvm.org/bugs/show_bug.cgi?id=16337
Howard Hinnant <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #3 from Howard Hinnant <[email protected]> --- 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.
_______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
