Remove remaining scoped_ptrs
commit6f3a4977cf7a87a5413de346c75072e90f0fd45e
authorTeemu Murtola <teemu.murtola@gmail.com>
Sun, 1 Nov 2015 11:55:59 +0000 (1 13:55 +0200)
committerTeemu Murtola <teemu.murtola@gmail.com>
Sun, 1 Nov 2015 11:55:59 +0000 (1 13:55 +0200)
treec489fe1cbf2318b3d934201478acf650fae15b1f
parent59f37924f3fe61eba5ffaabb6d1331b2567f3ee6
Remove remaining scoped_ptrs

Replace with std::unique_ptr, and a comment that indicates that
ownership never leaves the instance.

Change-Id: Ibcdf4abd9e86c26468b23e95da4d8e319fac234e
docs/dev-manual/includestyle.rst
src/external/boost/README
src/external/boost/boost/scoped_ptr.hpp [deleted file]
src/external/boost/boost/smart_ptr/scoped_ptr.hpp [deleted file]
src/gromacs/commandline/cmdlinehelpmodule.cpp
src/gromacs/commandline/cmdlineinit.cpp
src/gromacs/commandline/shellcompletions.cpp
src/gromacs/onlinehelp/helpwritercontext.cpp
src/gromacs/options/optionstoragetemplate.h
src/gromacs/selection/selectioncollection-impl.h
src/testutils/testinit.cpp