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