【发布时间】:2025-11-30 06:00:02
【问题描述】:
迭代集合时出现分段错误。堆栈跟踪指向
std::_Rb_tree_const_iterator<Type>::operator++
std::_Rb_tree_increment()
但我没有得到更多信息。迭代器在函数返回的集合上
for (FactSet::factset_iterator fact_it = (*binSet_it).getDependencyGraph().getExtentionalFactSet().begin();
fact_it != (*binSet_it).getDependencyGraph().getExtentionalFactSet().end();
++fact_it) {...}
我看不到这个问题。 提前致谢。
【问题讨论】: