Skip to content

Commit 487471c

Browse files
authored
[config] Remove CISO646. (#10281)
1 parent 37e3785 commit 487471c

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

engine/config.hpp

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -81,19 +81,6 @@
8181
#endif
8282

8383

84-
// ==========================================================================
85-
// Compiler Workarounds
86-
// ==========================================================================
87-
88-
/* This header defines eleven macro constants with alternative spellings for those C++ operators
89-
* not supported by the ISO646 standard character set.
90-
* eg. and == &&, or == ||, etc.
91-
* This is required for MSVC, which without the /ZA option does not conform to the standard, but which
92-
* we don't want to use for other reasons.
93-
*/
94-
#include <ciso646>
95-
96-
9784
// ==========================================================================
9885
// General Macros/Defines
9986
// ==========================================================================

0 commit comments

Comments
 (0)