Synopsis: | Use built-in boolean type where possible |
Language: | C++ |
Severity Level: | 6 |
Category: | Class Interface |
Description: |
For portability and readability reasons, use built-in boolean type where possible. All C++ standard conforming compilers support bool type. |