[cfe-commits] [libcxx] r157049 - /libcxx/trunk/include/memory

John McCall rjmccall at apple.com
Fri May 18 09:49:30 PDT 2012


On May 18, 2012, at 6:06 AM, Howard Hinnant wrote:
> Author: hhinnant
> Date: Fri May 18 08:06:21 2012
> New Revision: 157049
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=157049&view=rev
> Log:
> Protect __shared_weak_count::__get_deleter declaration with _LIBCPP_NO_RTTI.  Fixes http://llvm.org/bugs/show_bug.cgi?id=12867

Is this not just reverting r140907, your fix to rdar://problem/10217868?  Commenting out virtual method declarations breaks ODR in a very significant way.

John.



More information about the cfe-commits mailing list