tradcpp/bool.h used the wrong check for determining C99+ stdbool.h support by the compiler. Use __STDC_VERSION__ rather than __STDC__.
tradcpp/bool.h used the wrong check for determining C99+ stdbool.h support by the compiler. Use __STDC_VERSION__ rather than __STDC__.