There was an error while loading. Please reload this page.
1 parent 239953d commit 99d550aCopy full SHA for 99d550a
1 file changed
doc/null_deleter.qbk
@@ -18,7 +18,7 @@
18
The header `<boost/core/null_deleter.hpp>` defines the `boost::null_deleter` function object,
19
which can be used as a deleter with smart pointers such as `unique_ptr` or `shared_ptr`. The
20
deleter doesn't do anything with the pointer provided upon deallocation, which makes it useful
21
-when the pointed object is deallocated elsewhere.
+when the pointed object doesn't need to be deallocated or is deallocated elsewhere.
22
23
[section Example]
24
``
0 commit comments