abs (double)에 대한 모호한 오버로드 호출 다음 C ++ 코드가 있습니다. #include #include // per http://www.cplusplus.com/reference/clibrary/cmath/abs/ // snip ... if ( (loan_balance loan_payment) ) { ... } 그리고 make폭발 : error: call of overloaded 'abs(double)' is ambiguous 또한 관심 : /usr/include/stdlib.h:785: note: candidates are: int abs(int) 컴파일러가 float를 처리 할 수있는 cmath.h에서 abs ()를 호출해야 함을 어떻게..