[PATCH] Fix some problems with sized deletion in libc++
Marshall Clow
mclow.lists at gmail.com
Tue Feb 17 07:48:21 PST 2015
================
Comment at: include/new:147
@@ -145,2 +146,3 @@
+#endif
_LIBCPP_NEW_DELETE_VIS void* operator new[](std::size_t __sz)
----------------
This change (and the one below) are two simple changes that the diff obscures:
1) Move the two variants that have a size_t param together.
2) Wrap them in an ifdef.
http://reviews.llvm.org/D7699
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the cfe-commits
mailing list