forked from boostorg/detail
fix parameter name
[SVN r11281]
This commit is contained in:
@ -117,7 +117,7 @@ public:
|
||||
void construct(pointer p, const T& val) const
|
||||
{ allocator_construct(p, val); }
|
||||
|
||||
void destroy(pointer __p) const
|
||||
void destroy(pointer p) const
|
||||
{ allocator_destroy(p); }
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user