]> git.lyx.org Git - features.git/commit
Replace support/shared_ptr.h and boost::shared_ptr with std::shared_ptr
authorGuillaume Munch <gm@lyx.org>
Thu, 2 Jun 2016 17:13:55 +0000 (18:13 +0100)
committerGuillaume Munch <gm@lyx.org>
Thu, 9 Jun 2016 14:21:39 +0000 (15:21 +0100)
commitb032e2dfafbf1e86918dd0cd66e5de602edeee00
tree9d633268170899e9a100d9a121101e56fb413fb8
parentca8709aaf5f5f14aae1978403e13aac3a93506aa
Replace support/shared_ptr.h and boost::shared_ptr with std::shared_ptr

shared_ptrs now only require the <memory> header.
24 files changed:
src/Buffer.cpp
src/BufferParams.cpp
src/DocumentClassPtr.h
src/KeyMap.h
src/OutputParams.h
src/ServerSocket.cpp
src/ServerSocket.h
src/Toc.h
src/TocBackend.cpp
src/TocBackend.h
src/frontends/qt4/Menus.cpp
src/frontends/qt4/TocModel.cpp
src/frontends/qt4/TocModel.h
src/graphics/GraphicsCache.h
src/graphics/GraphicsCacheItem.cpp
src/graphics/GraphicsLoader.cpp
src/graphics/PreviewLoader.cpp
src/insets/InsetTabular.cpp
src/insets/InsetTabular.h
src/output_xhtml.h
src/support/ForkedCalls.cpp
src/support/ForkedCalls.h
src/support/Makefile.am
src/support/shared_ptr.h [deleted file]