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
Hi @geromueller, I understand your problem (I'm often stuck with older GCC versions myself), but making the library run with GCC 4.7 would mean dropping a lot of features.
GCC 4.7 does not support std::map::emplace.
On scientific clusters older compilers are often found, e.g. on debian wheezy.
The text was updated successfully, but these errors were encountered: