Squash commits for public release
This commit is contained in:
16
libs/libcxx/include/__undef_macros
Normal file
16
libs/libcxx/include/__undef_macros
Normal file
@@ -0,0 +1,16 @@
|
||||
#pragma GCC system_header
|
||||
|
||||
#ifndef _LIBCXX___UNDEF_MACROS
|
||||
#define _LIBCXX___UNDEF_MACROS
|
||||
|
||||
#ifdef min
|
||||
#undef min
|
||||
#endif
|
||||
|
||||
#ifdef max
|
||||
#undef max
|
||||
#endif
|
||||
|
||||
#define NOMINMAX
|
||||
|
||||
#endif // _LIBCXX___UNDEF_MACROS
|
||||
Reference in New Issue
Block a user