Le 05/04/2018 à 04:58, Richard Kimberly Heck a écrit :
What do we use instead now? I'm trying to update an old patch of Georg's for bug 7474, and it uses boost::shared_ptr.Riki
Using "git log -Sscoped_ptr", I find commit ca8709aaf5f5f14aae1978403e13aac3a93506aa Author: Guillaume Munch <g...@lyx.org> Date: Thu Jun 2 23:49:36 2016 +0100 Replace boost::scoped_ptr with unique_ptrNote that unique_ptr is not equivalent to scoped_ptr, since it cannot be copied directly.
JMarc