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

Remove old deal.II compatibility code #883

Merged
merged 4 commits into from May 20, 2016

Conversation

tjhei
Copy link
Member

@tjhei tjhei commented May 18, 2016

Remove all code introduced to be backwards compatible with older deal.II
versions.

tjhei added 3 commits May 18, 2016 09:11
Remove all code introduced to be backwards compatible with older deal.II
versions.
@@ -39,6 +39,7 @@

#include <deal.II/base/mpi.h>
#include <deal.II/base/multithread_info.h>
#include <deal.II/base/std_cxx11/unique_ptr.h>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you think it is necessary to include the unique_ptr here? It is only used in a few places, so should we include it only there? I am just asking, because it somehow feels out of place here (there is no inclusion of the other cxx11 features).

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it was unconditionally included in compat.h, but you are right, it seems to work without. Let's see if the tester agrees.

@gassmoeller
Copy link
Member

Except for the one question good to go. Just make a decision about that and then feel free to merge.

@tjhei
Copy link
Member Author

tjhei commented May 20, 2016

Looks like it is working! :-)

@tjhei tjhei merged commit dbdaa3b into geodynamics:master May 20, 2016
@tjhei tjhei deleted the remove_compatibility_stuff branch May 20, 2016 09:40
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

2 participants