-
- Downloads
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
Showing
- dune/gfe/mixedriemanniantrsolver.cc 1 addition, 1 deletiondune/gfe/mixedriemanniantrsolver.cc
- dune/gfe/riemanniantrsolver.hh 1 addition, 1 deletiondune/gfe/riemanniantrsolver.hh
- src/compute-disc-error.cc 3 additions, 3 deletionssrc/compute-disc-error.cc
- src/cosserat-continuum.cc 6 additions, 6 deletionssrc/cosserat-continuum.cc
- src/film-on-substrate.cc 1 addition, 1 deletionsrc/film-on-substrate.cc
- src/harmonicmaps.cc 2 additions, 2 deletionssrc/harmonicmaps.cc
Loading
Please register or sign in to comment