0_0_8900094_7354.cpp
VC\include\xtree(992) : error C3848: 具有类型“const comp”的表达式会丢失一些 const-volatile 限定符以调用“bool comp::operator ()(Edge,Edge)”
VC\include\xtree(987) : 编译类模板成员函数“std::_Tree<_Traits>::_Nodeptr std::_Tree<_Traits>::_Lbound(const std::_Tree<_Traits>::key_type &) const”时
with
[
_Traits=std::_Tset_traits<Edge,comp,std::allocator<Edge>,false>
]
VC\include\set(57) : 参见对正在编译的类模板实例化“std::_Tree<_Traits>”的引用
with
[
_Traits=std::_Tset_traits<Edge,comp,std::allocator<Edge>,false>
]
0_0_8900094_7354.cpp(105) : 参见对正在编译的类模板实例化“std::set<_Kty,_Pr>”的引用
with
[
_Kty=Edge,
_Pr=comp
]
|