MSVC compile fix: #include <ciso646>. NFC.
This header is required to make the ISO 646 alternative operator spellings ("and", "or" instead of "&&", "||") work. Should these operators be replaced by the standard ones as already suggested by Johannes, also remove this #include again. llvm-svn: 271206
Loading
Please sign in to comment