C++ max()函数 error: no matching function for call to 'max'

综述

C++的max/min函数一般都很常用。一般来说如果是windows的话,头文件是有定义min,max的。

#include 

但是mac上一般(基于C11)可以使用

#include 

你可能感兴趣的:(C++,max,min,error,C++,头文件)