2
1
mirror of https://github.com/qpdf/qpdf.git synced 2025-01-31 19:08:24 +00:00
Jay Berkenbilt a68703b07e Replace PointerHolder with std::shared_ptr in library sources only
(patrepl and cleanpatch are my own utilities)

patrepl s/PointerHolder/std::shared_ptr/g {include,libqpdf}/qpdf/*.hh
patrepl s/PointerHolder/std::shared_ptr/g libqpdf/*.cc
patrepl s/make_pointer_holder/std::make_shared/g libqpdf/*.cc
patrepl s/make_array_pointer_holder/QUtil::make_shared_array/g libqpdf/*.cc
patrepl s,qpdf/std::shared_ptr,qpdf/PointerHolder, **/*.cc **/*.hh
git restore include/qpdf/PointerHolder.hh
cleanpatch
./format-code
2022-04-09 17:33:29 -04:00
..
2019-11-09 08:18:02 -05:00
2018-12-21 18:34:56 -05:00
2018-12-21 18:34:56 -05:00
2018-12-21 18:34:56 -05:00
2018-12-21 18:34:56 -05:00