标签: c++ stl
答案 0 :(得分:3)
答案 1 :(得分:1)
答案 2 :(得分:0)
我的解决方案就是这样做:
fract std::max(fract a, fract b) { return builtin_max(a, b); }
超级简单,就像我想要的那样工作:)