This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/49204] [C++0x] remaining issues in <future>
- From: "redi at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 01 Feb 2012 00:25:31 +0000
- Subject: [Bug libstdc++/49204] [C++0x] remaining issues in <future>
- Auto-submitted: auto-generated
- References: <bug-49204-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49204
--- Comment #7 from Jonathan Wakely <redi at gcc dot gnu.org> 2012-02-01 00:25:31 UTC ---
Still outstanding tasks:
timed waiting functions do nto return future_status::deferred if the shared
state contains a deferred function (requires an additional virtual function to
be added to the vtable)
check system load when deciding whether to use async or deferred policy