Undefining macro [max] from minwindef.h or stdlib.h

Macro [max] is included and makes it impossible to use [std::max] unless the macro's undefined again.
This commit is contained in:
Caball009 2022-11-08 06:32:40 +01:00 committed by GitHub
parent 3f86a95c07
commit b42c03ce91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1758,3 +1758,5 @@ using shared_ummap_sink = basic_shared_mmap_sink<unsigned char>;
} // namespace mio } // namespace mio
#endif // MIO_SHARED_MMAP_HEADER #endif // MIO_SHARED_MMAP_HEADER
#undef max