0_0_39677847_19587.cpp
0_0_39677847_19587.cpp(105) : error C3861: “min”: 找不到标识符
0_0_39677847_19587.cpp(119) : error C3861: “min”: 找不到标识符
0_0_39677847_19587.cpp(189) : error C3861: “minmax”: 找不到标识符
0_0_39677847_19587.cpp(200) : error C3861: “minmax”: 找不到标识符
0_0_39677847_19587.cpp(268) : error C3861: “minmax”: 找不到标识符
0_0_39677847_19587.cpp(270) : error C2664: “void std::vector<std::tuple<__int64,__int64,__int64>,std::allocator<_Ty>>::push_back(const std::tuple<__int64,__int64,__int64> &)”: 无法将参数 1 从“initializer-list”转换为“std::tuple<__int64,__int64,__int64> &&”
with
[
_Ty=std::tuple<__int64,__int64,__int64>
]
原因如下: 无法从“initializer-list”转换为“std::tuple<__int64,__int64,__int64>”
无构造函数可以接受源类型,或构造函数重载决策不明确
|