diff --git a/test/objects/minimal.hpp b/test/objects/minimal.hpp index d63e85e9..81648e0c 100644 --- a/test/objects/minimal.hpp +++ b/test/objects/minimal.hpp @@ -173,6 +173,9 @@ namespace minimal 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 allocator {