Standard library header <cstdbool> (C++11)(until C++20), <stdbool.h> (C++11)
Min standard notice:
This header was originally in the C standard library as <stdbool.h>.
# Notes
# Defect reports
| DR | Applied to | Behavior as published | Correct behavior |
|---|---|---|---|
| LWG 3827 | C++11 | C programs no longer need the compatibility macro__bool_true_false_are_defined since C23 | deprecated thismacro in C++ |