mirror of
https://github.com/boostorg/detail.git
synced 2025-07-30 04:17:14 +02:00
Fixed buggy variable usage.
[SVN r14019]
This commit is contained in:
@ -262,7 +262,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