0_0_30283957_25605.cpp
0_0_30283957_25605.cpp(195) : error C3409: 不允许空特性块
0_0_30283957_25605.cpp(195) : error C2143: 语法错误 : 缺少“]”(在“[”的前面)
0_0_30283957_25605.cpp(195) : error C2337: “nodiscard”: 未找到特性
0_0_30283957_25605.cpp(195) : error C2059: 语法错误:“]”
0_0_30283957_25605.cpp(195) : error C2334: “{”的前面有意外标记;跳过明显的函数体
0_0_30283957_25605.cpp(199) : error C3409: 不允许空特性块
0_0_30283957_25605.cpp(199) : error C2143: 语法错误 : 缺少“]”(在“[”的前面)
0_0_30283957_25605.cpp(199) : error C2337: “nodiscard”: 未找到特性
0_0_30283957_25605.cpp(199) : error C2059: 语法错误:“]”
0_0_30283957_25605.cpp(199) : error C2334: “{”的前面有意外标记;跳过明显的函数体
0_0_30283957_25605.cpp(203) : error C3409: 不允许空特性块
0_0_30283957_25605.cpp(203) : error C2143: 语法错误 : 缺少“]”(在“[”的前面)
0_0_30283957_25605.cpp(203) : error C2337: “nodiscard”: 未找到特性
0_0_30283957_25605.cpp(203) : error C2059: 语法错误:“]”
0_0_30283957_25605.cpp(203) : error C2334: “{”的前面有意外标记;跳过明显的函数体
0_0_30283957_25605.cpp(262) : error C3409: 不允许空特性块
0_0_30283957_25605.cpp(262) : error C2143: 语法错误 : 缺少“]”(在“[”的前面)
0_0_30283957_25605.cpp(262) : error C2337: “nodiscard”: 未找到特性
0_0_30283957_25605.cpp(262) : error C2059: 语法错误:“]”
0_0_30283957_25605.cpp(262) : error C2334: “{”的前面有意外标记;跳过明显的函数体
0_0_30283957_25605.cpp(186) : error C3861: “sameDirect”: 找不到标识符
0_0_30283957_25605.cpp(499) : error C2039: “compSegment”: 不是“Line”的成员
0_0_30283957_25605.cpp(99) : 参见“Line”的声明
0_0_30283957_25605.cpp(500) : error C2664: “bool Line::intersectPoint(const Point &) const”: 无法将参数 1 从“const Line”转换为“const Point &”
原因如下: 无法从“const Line”转换为“const Point”
没有可用于执行该转换的用户定义的转换运算符,或者无法调用该运算符
0_0_30283957_25605.cpp(500) : error C2512: “Point::Point”: 没有合适的默认构造函数可用
0_0_30283957_25605.cpp(503) : error C2039: “compSegment”: 不是“Line”的成员
0_0_30283957_25605.cpp(99) : 参见“Line”的声明
|