File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change 81
81
#endif
82
82
83
83
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
-
97
84
// ==========================================================================
98
85
// General Macros/Defines
99
86
// ==========================================================================
You can’t perform that action at this time.
0 commit comments