http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49204
Jonathan Wakely <redi at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|ABI | Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #13 from Jonathan Wakely <redi at gcc dot gnu.org> --- (In reply to Jonathan Wakely from comment #7) > 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) This part is fixed for 4.9.0 > check system load when deciding whether to use async or deferred policy PR 51617 covers that. We're also missing all the "_at_thread_exit" throughout Clause 30, but I'm going to resolve this PR as fixed.