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

Always use shared_ptr from std:: namespace explicitly

Up until dune-common 2.7, the Dune namespace contained shared_ptr:
First as an actual implementation, later simply as a namespace
import.  Dune-common post-2.7 has removed that import,
and users of shared_ptr really have to explicitly specify
the std:: namespace prefix.
parent 71697516
No related branches found
No related tags found
1 merge request!30Add missing std prefixes
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment