linalg
linalg copied to clipboard
Upgrade to doctest 2.4.11
This is to fix compilation errors I had on Debian 12.2
In file included from test-linalg.h:3, from linalg-test.cpp:2: thirdparty/doctest.h:4032:47: error: size of array ‘altStackMem’ is not an integral constant-expression 4032 | static char altStackMem[4 * SIGSTKSZ]; | ^ make: *** [Makefile:4: linalg-test] Error 1
Updating doctest fixes the issue