Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

replace emplace #224

Closed
geromueller opened this issue Mar 19, 2016 · 2 comments
Closed

replace emplace #224

geromueller opened this issue Mar 19, 2016 · 2 comments
Labels
solution: invalid the issue is not related to the library

Comments

@geromueller
Copy link

GCC 4.7 does not support std::map::emplace.
On scientific clusters older compilers are often found, e.g. on debian wheezy.

@geromueller
Copy link
Author

Just saw the 4.8 bugs section..

@nlohmann
Copy link
Owner

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.

@nlohmann nlohmann added the solution: invalid the issue is not related to the library label Mar 20, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
solution: invalid the issue is not related to the library
Projects
None yet
Development

No branches or pull requests

2 participants