[llvm-commits] Tests for WeakVH and AssertingVH

Jeffrey Yasskin jyasskin at google.com
Mon Apr 27 13:33:54 PDT 2009


On Sun, Apr 26, 2009 at 9:36 PM, Chris Lattner <clattner at apple.com> wrote:
>
> On Apr 26, 2009, at 9:31 PM, Jeffrey Yasskin wrote:
>
>> In preparation for writing CallbackVH, I figured it'd be nice for
>> WeakVH and AssertingVH to have tests. These pointed out that the
>> overloads for the comparison operators were not only unnecessary in
>> the presence of the implicit conversion; they caused ambiguous
>> overload errors. So I deleted them.
>
> Looks good, please commit!

Thanks! Committed as r70243:
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20090427/076774.html.



More information about the llvm-commits mailing list