0_0_18050750_4784.cpp
0_0_18050750_4784.cpp(8) : error C2365: “y1”: 重定义;以前的定义是“函数”
VC2013\INCLUDE\math.h(1001) : 参见“y1”的声明
0_0_18050750_4784.cpp(45) : error C2059: 语法错误:“{”
0_0_18050750_4784.cpp(45) : error C2143: 语法错误 : 缺少“;”(在“{”的前面)
0_0_18050750_4784.cpp(45) : error C2143: 语法错误 : 缺少“;”(在“}”的前面)
0_0_18050750_4784.cpp(51) : error C2446: “>”: 没有从“int”到“double (__cdecl *)(double)”的转换
从整型转换为指针类型要求 reinterpret_cast、C 样式转换或函数样式转换
0_0_18050750_4784.cpp(51) : error C2040: “>”:“double (__cdecl *)(double)”与“int”的间接寻址级别不同
0_0_18050750_4784.cpp(51) : error C2664: “void std::swap(std::exception_ptr &,std::exception_ptr &)”: 无法将参数 1 从“double (__cdecl *)(double)”转换为“std::exception_ptr &”
0_0_18050750_4784.cpp(52) : error C2296: “+”: 非法,左操作数包含“double (__cdecl *)(double)”类型
0_0_18050750_4784.cpp(55) : error C2059: 语法错误:“{”
0_0_18050750_4784.cpp(55) : error C2143: 语法错误 : 缺少“;”(在“{”的前面)
0_0_18050750_4784.cpp(55) : error C2143: 语法错误 : 缺少“;”(在“}”的前面)
0_0_18050750_4784.cpp(59) : error C2059: 语法错误:“{”
0_0_18050750_4784.cpp(59) : error C2143: 语法错误 : 缺少“;”(在“{”的前面)
0_0_18050750_4784.cpp(59) : error C2143: 语法错误 : 缺少“;”(在“}”的前面)
0_0_18050750_4784.cpp(67) : error C2664: “int find(int,int)”: 无法将参数 2 从“double (__cdecl *)(double)”转换为“int”
没有使该转换得以执行的上下文
|