[PATCH] D16738: Fix invalid casts in <functional>.

Eric Fiselier via cfe-commits cfe-commits at lists.llvm.org
Sat Feb 6 13:25:27 PST 2016


EricWF added a comment.

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?


Repository:
  rL LLVM

http://reviews.llvm.org/D16738





More information about the cfe-commits mailing list