]> git.lyx.org Git - lyx.git/commit
Replace auto_ptr with unique_ptr
authorGuillaume Munch <gm@lyx.org>
Thu, 2 Jun 2016 20:58:52 +0000 (21:58 +0100)
committerGuillaume Munch <gm@lyx.org>
Thu, 9 Jun 2016 14:21:39 +0000 (15:21 +0100)
commit557975a8de71bd6c209c5a29fcb6627c56cec869
tree0c35e9bc3fc29cd7de6e0156d6e285f391ce6f55
parentaf5f69cea77a4ebf277f0e951b66f1d833d46bf4
Replace auto_ptr with unique_ptr

This is a mechanical replacement. For now it seems that unique_ptrs are
essentially used for exception-safety. More could certainly be done to clarify
pointer ownership in general.
src/Buffer.cpp
src/Buffer.h
src/BufferList.cpp
src/Text.cpp
src/factory.cpp
src/frontends/qt4/GuiViewSource.cpp
src/frontends/qt4/GuiViewSource.h
src/insets/ExternalSupport.cpp
src/insets/ExternalTransforms.h
src/mathed/MathExtern.cpp
src/mathed/MathParser.cpp