Commit Graph

2 Commits

Author SHA1 Message Date
Jon Trulson 465b8461c6 tradcpp: fix bool issue with newer compilers (GCC 15)
tradcpp/bool.h used the wrong check for determining C99+ stdbool.h
support by the compiler.  Use __STDC_VERSION__ rather than __STDC__.
2025-03-11 09:21:35 -06:00
Jon Trulson ec8f4b7464 tradcpp: upgrade to 0.5.3 2019-12-03 18:13:27 -07:00