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}
|
* {blank}
|
||||||
+
|
+
|
||||||
Returns:: The allocator pointer to the allocation.
|
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
|
## Deleter
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user