================
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/



_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to