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.
有没有办法(一个参数)使 g++ 编译器生成“完整的对象分配构造函数”(C3)和“删除析构函数”(D0)?
我查看了为什么从未使用过 C3 分配构造函数?,不回答我的问题。