You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is currently a known bug, where new versions of libc no longer implement MINSIGSTKSZ as a constant, but Catch2 expects it to be one, and tries to stick the result into a constexpr variable. You can solve it for now by disabling POSIX signal handling with CATCH_CONFIG_NO_POSIX_SIGNALS.
gcc 11.0.1
The text was updated successfully, but these errors were encountered: