compiler-research / CppInterOp

A Clang-based C++ Interoperability Library
Other
37 stars 21 forks source link

Properly implement placement new via InterOp::Construct. #102

Closed vgvassilev closed 1 year ago

vgvassilev commented 1 year ago

This patch should fix the valgrind issues.

cc: @sudo-panda