[PATCH] D16738: Fix invalid casts in <functional>.
Evgeniy Stepanov via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 8 16:33:56 PST 2016
eugenis added a comment.
In http://reviews.llvm.org/D16738#345696, @EricWF wrote:
> I prefer using the `(void*)` casts when possible. In particular when doing the pointer comparisons. Could you change those back to `void*` casts then use the `__as_base` function for the rest?
done
Repository:
rL LLVM
http://reviews.llvm.org/D16738
More information about the cfe-commits
mailing list