linalg icon indicating copy to clipboard operation
linalg copied to clipboard

Upgrade to doctest 2.4.11

Open ponjadito23 opened this issue 4 months ago • 0 comments

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

ponjadito23 avatar Oct 24 '24 05:10 ponjadito23