jupyter-xeus/cpp-terminal

Doctest.h needs to be updated to the latest version - compile error on Ubuntu 22.04

Whips66 opened this issue · 2 comments

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.