Skip to content

Always use shared_ptr from std::

Oliver Sander requested to merge do-not-use-dune-shared-ptr into master

Up until dune-common 2.7, Dune::shared_ptr would also work (and point to the std implementation). Post-2.7, only std::shared_ptr is possible.

Merge request reports