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
CXX lib/stringify.o
In file included from /usr/include/x86_64-linux-gnu/gmp.h:51:0,
from /usr/include/gmpxx.h:33,
from ../lib/stringify.h:7,
from ../lib/stringify.cpp:2:
/usr/include/c++/4.9/cstddef:51:11: error: ‘::max_align_t’ has not been declared
using ::max_align_t;
^
make: *** [lib/stringify.o] Error 1
This is a known bug, there are workarounds.
See https://gcc.gnu.org/gcc-4.9/porting_to.html
The text was updated successfully, but these errors were encountered: