2022年11月23日
摘要: 转载:https://blog.twofei.com/668/ 在包含了 Windows.h 的 C++ 源代码中使用 std::min/std::max 会出现错误。 int main() { int x = std::max(0, 1); int y = std::min(-1, 0); } e 阅读全文
posted @ 2022-11-23 18:29 林西索 阅读(515) 评论(0) 推荐(0) 编辑