Without an explicit declaration for placement new, clang would reject
uses of placement new with "default new' is not supported in OpenCL
C++", suggesting that placement new is not supported, see e.g.
PR42060.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM