Closed Whips66 closed 7 months ago
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.
@Whips66 Thx for the information.
@Whips66 Done !
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.