0_0_13264515_335.cpp
VC2013\INCLUDE\xutility(2600) : warning C4800: “const int”: 将值强制为布尔值“true”或“false”(性能警告)
VC2013\INCLUDE\xutility(2623): 参见对正在编译的函数 模板 实例化“void std::_Fill<_Iter,_Ty>(_FwdIt,_FwdIt,const _Ty &)”的引用
with
[
_Iter=bool *
, _Ty=int
, _FwdIt=bool *
]
0_0_13264515_335.cpp(117): 参见对正在编译的函数 模板 实例化“void std::fill<bool*,int>(_FwdIt,_FwdIt,const _Ty &)”的引用
with
[
_FwdIt=bool *
, _Ty=int
]
0_0_13264515_335.cpp(86) : error C4716: “sap”: 必须返回一个值
0_0_13264515_335.cpp(99) : error C4716: “dfs”: 必须返回一个值
|