使用 cppunit 测试我的应用程序时收到此错误消息
Allocation/deallocation type mismatch
allocated at file: <unknown> line: 0 size: 262144 type: new []
deallocated at file: <unknown> line: 0 type: delete
我已经解决了这个特殊问题,我的问题是如何启用更好的信息而不是未知文件和第 0 行?
使用 cppunit 测试我的应用程序时收到此错误消息
Allocation/deallocation type mismatch
allocated at file: <unknown> line: 0 size: 262144 type: new []
deallocated at file: <unknown> line: 0 type: delete
我已经解决了这个特殊问题,我的问题是如何启用更好的信息而不是未知文件和第 0 行?