* include/std/future (promise): Add constructors for uses-allocator
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 2 Nov 2011 00:53:12 +0000 (00:53 +0000)
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 2 Nov 2011 00:53:12 +0000 (00:53 +0000)
commitb9778b336ca9f97b19db1c0ca69a077e97576b4d
tree62e42f016bd36c3c7d5297f80bd233ae3780f5b9
parent8d9b019f47c92bedc802a587457276fb957403de
* include/std/future (promise): Add constructors for uses-allocator
construction from rvalue promise.
(packaged_task): Implement LWG 2067. Add additional constructors for
uses-allocator construction.
* testsuite/30_threads/packaged_task/cons/3.cc: New.
* testsuite/30_threads/packaged_task/cons/alloc2.cc: New.
* testsuite/30_threads/promise/cons/alloc2.cc: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@180757 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/include/std/future
libstdc++-v3/testsuite/30_threads/packaged_task/cons/3.cc [new file with mode: 0644]
libstdc++-v3/testsuite/30_threads/packaged_task/cons/alloc2.cc [new file with mode: 0644]
libstdc++-v3/testsuite/30_threads/promise/cons/alloc2.cc [new file with mode: 0644]