Correct example in documentation

This commit is contained in:
Glen Fernandes
2021-12-17 01:36:17 -05:00
parent f12a33813d
commit f2cc84a23c

View File

@ -284,7 +284,7 @@ template<class T, class U, class A>
* {blank}
+
Returns:: The allocator pointer to the allocation.
Example:: `auto r = boost::get_allocator_ptr(p.release());`
Example:: `auto r = boost::get_allocator_ptr(p);`
## Deleter