jupyter-xeus / cpp-terminal

C++ library for writing multiplatform terminal applications
https://jupyter-xeus.github.io/cpp-terminal/
Other
476 stars 51 forks source link

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

Closed Whips66 closed 3 months ago

Whips66 commented 3 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.

flagarde commented 3 months ago

@Whips66 Thx for the information.

flagarde commented 3 months ago

@Whips66 Done !