0_0_18256448_5659.cpp
0_0_18256448_5659.cpp(28) : error C2544: 应输入运算符“()”的“)”
0_0_18256448_5659.cpp(28) : error C2146: 语法错误: 缺少“;”(在标识符“Point”的前面)
0_0_18256448_5659.cpp(28) : error C2059: 语法错误:“)”
0_0_18256448_5659.cpp(48) : error C2460: “Point::pt”: 使用正在定义的“Point”
0_0_18256448_5659.cpp(16) : 参见“Point”的声明
0_0_18256448_5659.cpp(48) : error C2143: 语法错误 : 缺少“;”(在“}”的前面)
0_0_18256448_5659.cpp(29) : error C2143: 语法错误 : 缺少“}”(在“return”的前面)
0_0_18256448_5659.cpp(29) : error C2143: 语法错误 : 缺少“;”(在“return”的前面)
0_0_18256448_5659.cpp(65) : error C2784: “unknown-type std::operator -(std::move_iterator<_RanIt> &,const std::move_iterator<_RanIt2> &)”: 未能从“Point”为“std::move_iterator<_RanIt> &”推导 模板 参数
VC2013\INCLUDE\xutility(1969) : 参见“std::operator -”的声明
0_0_18256448_5659.cpp(65) : error C2784: “unknown-type std::operator -(const std::reverse_iterator<_RanIt> &,const std::reverse_iterator<_RanIt2> &)”: 未能从“Point”为“const std::reverse_iterator<_RanIt> &”推导 模板 参数
VC2013\INCLUDE\xutility(1130) : 参见“std::operator -”的声明
0_0_18256448_5659.cpp(65) : error C2784: “unknown-type std::operator -(const std::_Revranit<_RanIt,_Base> &,const std::_Revranit<_RanIt2,_Base2> &)”: 未能从“Point”为“const std::_Revranit<_RanIt,_Base> &”推导 模板 参数
VC2013\INCLUDE\xutility(937) : 参见“std::operator -”的声明
0_0_18256448_5659.cpp(65) : error C2676: 二进制“-”:“Point”不定义该运算符或到预定义运算符可接收的类型的转换
0_0_18256448_5659.cpp(65) : error C2228: “.len”的左边必须有类/结构/联合
0_0_18256448_5659.cpp(163) : error C2676: 二进制“*”:“Point”不定义该运算符或到预定义运算符可接收的类型的转换
0_0_18256448_5659.cpp(187) : error C2676: 二进制“/”:“Point”不定义该运算符或到预定义运算符可接收的类型的转换
0_0_18256448_5659.cpp(192) : error C2676: 二进制“*”:“Point”不定义该运算符或到预定义运算符可接收的类型的转换
0_0_18256448_5659.cpp(198) : fatal error C1075: 与左侧的 大括号“{”(位于“0_0_18256448_5659.cpp(180)”)匹配之前遇到文件结束
|