2
1
mirror of https://github.com/qpdf/qpdf.git synced 2025-02-08 22:58:25 +00:00
qpdf/libqpdf
James R. Barlow 12967bdf8a Take advantage of unique_ptr and move construction for Buffer
Since Buffer has always implemented its copy constructor with a deep
copy, its Members object will never have multiple owners. Change to unique_ptr.

Also implement move constructors for Buffer, since there may be cases
where a deep copy is not needed.
2022-09-05 13:29:56 -07:00
..
2022-08-06 14:24:08 -04:00
2022-06-25 11:11:24 -04:00
2022-06-19 08:46:58 -04:00
2022-09-01 17:19:06 +01:00
2022-08-27 12:43:49 +01:00