Don't let MSVC min/max break us

This commit is contained in:
Jason Turner 2026-04-28 18:28:33 -06:00
parent 306537d7c4
commit 1b0564c5c3

View File

@ -12,6 +12,13 @@
// This file is an amalgamation of multiple different files.
// You probably shouldn't edit it directly.
// ----------------------------------------------------------
#if defined(min) && defined(max)
#undef min
#undef max
#endif
#ifndef CATCH_AMALGAMATED_HPP_INCLUDED
#define CATCH_AMALGAMATED_HPP_INCLUDED