2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-09-23 18:49:06 +00:00
qpdf/include
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
..
qpdf Take advantage of unique_ptr and move construction for Buffer 2022-09-05 13:29:56 -07:00
CMakeLists.txt Add cmake configuration files 2022-03-18 19:53:18 -04:00