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
expr2java.cpp: In member function ‘virtual std::string expr2javat::convert_constant(const constant_exprt&, unsigned int&)’:
expr2java.cpp:285:15: error: ‘hexfloat’ is not a member of ‘std’
buffer << std::hexfloat;
^
../common:214: recipe for target 'expr2java.o' failed
Either a workaround or an update of COMPILING.md are required.
The text was updated successfully, but these errors were encountered:
As of 3eab185 the code base no longer compiles with GCC 4.9, due to https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59987:
Either a workaround or an update of COMPILING.md are required.
The text was updated successfully, but these errors were encountered: