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
voila, the default is now -std=c++17, and it seems falcON needs -std=c++14 or below. I've decided on c++11, since code was developed as late as 2011.
See code fix in falcON/src/public/lib/bodyfunc.cc where this is now hardcoded to be c++11.
As seen on ubuntu 21.10:
fails with
falcON Error: bodyfunc::bodyfunc(): could not compile expression; perhaps it contains a syntax error
The text was updated successfully, but these errors were encountered: