Skip to content
Snippets Groups Projects
Commit da3cb08d authored by Oliver Sander's avatar Oliver Sander
Browse files

Do not import std::shared_ptr into namespace Dune

This is a left-over from the days where Dune had its own
implementation of std::shared_ptr.  Now that that is long gone,
it violates the principle of least surprise to find shared_ptr
in Dune::

As a side effect, this patch removes most of the code from
sharedptrtest.cc.  As we don't have our own shared_ptr implementation
anymore, there is no more reason to test it.
parent 2332bf4a
Branches
Tags
Loading
Checking pipeline status
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment