[PATCH] D26702: [libc++] Introduce `_LIBCPP_OVERRIDABLE_FUNC_VIS`

Eric Fiselier via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 16 07:10:09 PST 2016


EricWF accepted this revision.
EricWF added inline comments.
This revision is now accepted and ready to land.


================
Comment at: src/new.cpp:163
 
-_LIBCPP_WEAK _LIBCPP_NEW_DELETE_VIS
 void*
----------------
You should be able to remove the macro on the definitions since they're redundant. 


https://reviews.llvm.org/D26702





More information about the cfe-commits mailing list