Skip to content

Use shared_ptr from std explicitly

Sander, Oliver requested to merge use-shared-ptr-from-std into master

Dune up until 2.7 tacitly imported shared_ptr into the Dune:: namespace. This is not done anymore, and therefore we need to add the 'std::' prefix everywhere.

Merge request reports

Loading