Title
Missing definition of packaged_task specialization of uses_allocator
Status
c++11
Section
[futures.task.nonmembers]
Submitter
Howard Hinnant

Created on 2010-08-29.00:00:00 last changed 154 months ago

Messages

Date: 2010-10-29.02:14:09

Proposed resolution:

Change [futures.task.nonmembers]/3:

   template <class R, class Alloc>
     struct uses_allocator<packaged_task<R>, Alloc>;
        : true_type {};
Date: 2010-08-29.00:00:00

[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:26adminsetstatus: wp -> c++11
2011-04-11 11:23:23adminsetstatus: voting -> wp
2011-03-05 15:24:28adminsetstatus: ready -> voting
2010-11-13 23:03:59adminsetstatus: new -> ready
2010-10-29 02:14:09adminsetmessages: + msg5184
2010-08-29 00:00:00admincreate