2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-12-22 10:58:58 +00:00

Fix doc typo

This commit is contained in:
Jay Berkenbilt 2022-02-06 07:29:57 -05:00
parent 6a2456f732
commit 4fd619818c

View File

@ -784,7 +784,7 @@ supporting older versions of qpdf without conditional compilation.
``PointerHolder`` has had a long-standing bug: a ``const
PointerHolder<T>`` would only provide a ``T const*`` with its
``getPointer`` method. This is incorrect and is now how standard C++
``getPointer`` method. This is incorrect and is not how standard C++
smart pointers or regular pointers behave. The correct semantics
would be that a ``const PointerHolder<T>`` would not accept a new
pointer after being created but would still allow you to modify the