我在使用boost, C ++ ,
时遇到了这个问题我在fedora14上安装了一个新的提升(增强1.44),
我正在使用boost连接 RCF库,我也用boost连接,编译没问题,但是运行时间,我得到以下错误:
src/RCF/MethodInvocation.cpp:413: Assertion failed. !mVecPtr || mVecPtr.unique() . Values:
Denver: include/RCF/util/Assert.hpp:88: virtual util::AssertFunctor::~AssertFunctor(): Assertion `0 && "See line above for assertion details."' failed
答案 0 :(得分:0)
失败的断言来自于错误使用RCF库。编译器不能总是检测到这种不正确的使用(或者更确切地说,编译器很少检测到它)。
断言的一个可能原因是同时存在多个MethodInvocationRequest副本。