mirror of
https://github.com/boostorg/detail.git
synced 2025-07-31 21:04:27 +02:00
fix parameter name
[SVN r11281]
This commit is contained in:
@@ -117,7 +117,7 @@ public:
|
|||||||
void construct(pointer p, const T& val) const
|
void construct(pointer p, const T& val) const
|
||||||
{ allocator_construct(p, val); }
|
{ allocator_construct(p, val); }
|
||||||
|
|
||||||
void destroy(pointer __p) const
|
void destroy(pointer p) const
|
||||||
{ allocator_destroy(p); }
|
{ allocator_destroy(p); }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user