Browse Source
The C++ preprocessor is actually not required to process "true" and "false" correctly. This works in C if <stdbool.h> is included, because these are then macros themselves, and resolved correctly, but C++ requires them to be keywords, so no such macros exist, and the preprocessor can treat both as undefined/zero.pull/10/head
committed by
Chris Pavlina
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue