标准库std::min/std::max与min/max宏冲突 2019-10-162019-10-16 imleek 评论 工程中如果包含了windows.h或windef.h头文件,再使用c++标准库std::min或std::max,就会发生编译错误。 继续阅读