Skip to content
Snippets Groups Projects
  • Sander, Oliver's avatar
    7cbe0451
    Always use shared_ptr from std:: namespace explicitly · 7cbe0451
    Sander, Oliver authored
    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.
    7cbe0451
    History
    Always use shared_ptr from std:: namespace explicitly
    Sander, Oliver authored
    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.