Created on 2010-08-29.00:00:00 last changed 174 months ago
Proposed resolution:
Change [futures.task.nonmembers]/3:
template <class R, class Alloc>
struct uses_allocator<packaged_task<R>, Alloc>;
: true_type {};
[futures.task.nonmembers]/3 says:
template <class R, class Alloc>
struct uses_allocator<packaged_task<R>, Alloc>;
This is a declaration, but should be a definition.
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2011-08-23 20:07:26 | admin | set | status: wp -> c++11 |
| 2011-04-11 11:23:23 | admin | set | status: voting -> wp |
| 2011-03-05 15:24:28 | admin | set | status: ready -> voting |
| 2010-11-13 23:03:59 | admin | set | status: new -> ready |
| 2010-10-29 02:14:09 | admin | set | messages: + msg5184 |
| 2010-08-29 00:00:00 | admin | create | |