forked from boostorg/smart_ptr
Correct example in documentation
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user