mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-31 20:04:29 +02:00
Add a small note about testing allocators.
[SVN r2953]
This commit is contained in:
@@ -173,6 +173,9 @@ namespace minimal
|
|||||||
bool operator>=(const_pointer const& x) const { return ptr_ >= x.ptr_; }
|
bool operator>=(const_pointer const& x) const { return ptr_ >= x.ptr_; }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// TODO: Issue 560 suggests that an allocator doesn't have to have
|
||||||
|
// a default constructor.
|
||||||
|
// http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-active.html#560
|
||||||
template <class T>
|
template <class T>
|
||||||
class allocator
|
class allocator
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user