jlebar marked an inline comment as done.
jlebar added inline comments.

================
Comment at: clang/lib/Headers/cuda_wrappers/new:79
+}
+__device__ void operator delete[](void *ptr, std::size_t sz) CUDA_NOEXCEPT {
+  ::operator delete(ptr);
----------------
tra wrote:
> Is std::size_t intentional here?  You use __SIZE_TYPE__ everywhere else.
Fixed, thanks.


https://reviews.llvm.org/D37539



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to