Doctest.h needs to be updated to the latest version - compile error on Ubuntu 22.04
Whips66 opened this issue · 2 comments
Whips66 commented
Error compiling from git head:
doctest.h:4036:47: error: size of array ‘altStackMem’ is not an integral constant-expression
4036 | static char altStackMem[4 * SIGSTKSZ];
Updating the doctest.h from github and the problem is fixed.