Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在从 C 的 malloc 获得的特定位置构造一个对象。根据这个线程,在 D1 中有一些相当于 C++ 的新位置,但是关于某些事情可能发生也可能没有发生。
如何在从 malloc 获得的位置上调用构造函数?
从 std.conv查看emplace。