std :: max 호출 문제 Visual Studio에서 들소 생성 파일을 컴파일하고 다음 오류가 발생했습니다. ... \ position.hh (83) : 오류 C2589 : '(': '::'오른쪽에 잘못된 토큰이 있습니다. ... \ position.hh (83) : 오류 C2059 : 구문 오류 : '::' . .. \ position.hh (83) : 오류 C2589 : '(': '::'오른쪽에 잘못된 토큰이 있습니다 ... \ position.hh (83) : 오류 C2059 : 구문 오류 : '::' 해당 코드는 다음과 같습니다. inline void columns (int count = 1) { column = std::max (1u, column + count); } 문제는 std :: ..