Posted by haifeng on 2024-06-27 17:57:08 last update 2024-06-27 17:57:08 | Answers (0) | 收藏
如果有两个函数, 函数名和参数列表相同, 仅返回类型不同, 这是不能区分的. E0311
poly_node* new_poly_from_string_Multi(const char* str);
expr_node* new_poly_from_string_Multi(const char* str);