0_0_39029683_729.cpp
0_0_39029683_729.cpp(8) : error C2784: “tuple_element<_Index,std::tuple<_Types1...>>::_RRtype std::get(std::tuple<_Types1...> &&)”: 未能从“char [10]”为“std::tuple<_Types1...> &&”推导 模板 参数
VC2013\INCLUDE\tuple(595) : 参见“std::get”的声明
0_0_39029683_729.cpp(8) : error C2784: “tuple_element<_Index,std::tuple<_Types1...>>::_Ctype std::get(const std::tuple<_Types1...> &)”: 未能从“char [10]”为“const std::tuple<_Types1...> &”推导 模板 参数
VC2013\INCLUDE\tuple(585) : 参见“std::get”的声明
0_0_39029683_729.cpp(8) : error C2784: “tuple_element<_Index,std::tuple<_Types1...>>::_Rtype std::get(std::tuple<_Types1...> &)”: 未能从“char [10]”为“std::tuple<_Types1...> &”推导 模板 参数
VC2013\INCLUDE\tuple(575) : 参见“std::get”的声明
0_0_39029683_729.cpp(8) : error C2784: “_Pair_data<_Idx,std::pair<_Ty1,_Ty2>>::_RRtype std::get(std::pair<_Ty1,_Ty2> &&) throw()”: 未能从“char [10]”为“std::pair<_Ty1,_Ty2> &&”推导 模板 参数
VC2013\INCLUDE\utility(438) : 参见“std::get”的声明
0_0_39029683_729.cpp(8) : error C2784: “_Pair_data<_Idx,std::pair<_Ty1,_Ty2>>::_Ctype std::get(const std::pair<_Ty1,_Ty2> &) throw()”: 未能从“char [10]”为“const std::pair<_Ty1,_Ty2> &”推导 模板 参数
VC2013\INCLUDE\utility(429) : 参见“std::get”的声明
0_0_39029683_729.cpp(8) : error C2784: “_Pair_data<_Idx,std::pair<_Ty1,_Ty2>>::_Rtype std::get(std::pair<_Ty1,_Ty2> &) throw()”: 未能从“char [10]”为“std::pair<_Ty1,_Ty2> &”推导 模板 参数
VC2013\INCLUDE\utility(420) : 参见“std::get”的声明
0_0_39029683_729.cpp(8) : fatal error C1903: 无法从以前的错误中恢复;正在停止编译
|