0_0_39518670_27067.cpp
0_0_39518670_27067.cpp(32) : error C2059: 语法错误:“[”
0_0_39518670_27067.cpp(32) : error C2143: 语法错误 : 缺少“;”(在“{”的前面)
0_0_39518670_27067.cpp(33) : error C2664: “void std::queue<int,std::deque<_Ty,std::allocator<_Ty>>>::push(const int &)”: 无法将参数 1 从“_FwdIt (__cdecl *)(_FwdIt,iterator_traits<_Iter>::difference_type)”转换为“int &&”
with
[
_Ty=int
]
原因如下: 无法从“overloaded-function”转换为“int”
上下文不允许消除重载函数的歧义
0_0_39518670_27067.cpp(39) : error C2059: 语法错误:“[”
0_0_39518670_27067.cpp(39) : error C2143: 语法错误 : 缺少“;”(在“{”的前面)
0_0_39518670_27067.cpp(41) : error C2065: “c”: 未声明的标识符
0_0_39518670_27067.cpp(41) : fatal error C1903: 无法从以前的错误中恢复;正在停止编译
|