| 1 | /* iso646.h standard header */ | |
| 2 | #pragma once | |
| 3 | #ifndef _ISO646 | |
| 4 | #define _ISO646 | |
| 5 | ||
| 6 | #if !defined(__cplusplus) || defined(_MSC_EXTENSIONS) | |
| 7 | #define and && | |
| 8 | #define and_eq &= | |
| 9 | #define bitand & | |
| 10 | #define bitor | | |
| 11 | #define compl ~ |
| Lines 12 ... 21 are skipped. |
| 22 | /* | |
| 23 | * Copyright (c) 1992-2007 by P.J. Plauger. ALL RIGHTS RESERVED. | |
| 24 | * Consult your license regarding permissions and restrictions. | |
| 25 | V5.03:0009 */ | |
| 26 | ||