mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2026-04-30 19:09:26 +08:00
Don't let MSVC min/max break us
This commit is contained in:
parent
306537d7c4
commit
1b0564c5c3
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user