With v2.1.1, I can compile without issue. With the current master, I crash with this error:
/xcfun/src/functionals/brx.cpp: In function ‘taylor BR_taylor(const T&)’:
/xcfun/src/functionals/brx.cpp:54:26: error: expected ‘,’ before ‘)’ token
static_assert(Ndeg >= 3);
^
/xcfun/src/functionals/brx.cpp:54:26: error: expected string-literal before ‘)’ token
Using gcc/g++ 9.3.1 on Centos7
With v2.1.1, I can compile without issue. With the current master, I crash with this error: