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

Particle emplace cpp14 #1265

Merged
merged 3 commits into from Nov 2, 2016

Conversation

gassmoeller
Copy link
Member

Supersedes #1263 and includes a fix for a pre-existing bug.

emplace_hint is not supported in gcc 4.6.x and 4.7.x even though this is
part of cxx11. So we require cxx14 for this for now.

tjhei and others added 3 commits November 2, 2016 13:15
emplace_hint is not supported in gcc 4.6.x and 4.7.x even though this is
part of cxx11. So we require cxx14 for this for now.
@bangerth
Copy link
Contributor

bangerth commented Nov 2, 2016

OK to merge if it passes the testsuite.

@gassmoeller gassmoeller merged commit 5624fe0 into geodynamics:master Nov 2, 2016
@gassmoeller gassmoeller deleted the particle_emplace_cpp14 branch November 2, 2016 20:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants