diff --git a/include/future b/include/future index 9c4c70df..334eaeb5 100644 --- a/include/future +++ b/include/future @@ -309,11 +309,11 @@ public: }; template - future::type> + future::type(typename decay::type...)>::type> async(F&& f, Args&&... args); template - future::type> + future::type(typename decay::type...)>::type> async(launch policy, F&& f, Args&&... args); template class packaged_task; // undefined diff --git a/www/cxx1y_status.html b/www/cxx1y_status.html index b8edaaf8..e97dee15 100644 --- a/www/cxx1y_status.html +++ b/www/cxx1y_status.html @@ -91,7 +91,7 @@ 3669LWGFixing constexpr member functions without constBristolComplete3.4 3662LWGC++ Dynamic Arrays (dynarray)BristolMostly Complete*3.4 - 3659SG1Shared Locking in C++Bristol + 3659SG1Shared Locking in C++BristolComplete3.4 @@ -105,7 +105,7 @@ 2009Reporting out-of-bound values on numeric string conversionsKonaComplete 2010is_* traits for binding operations can't be meaningfully specializedKonaComplete 2015Incorrect pre-conditions for some type traitsKonaComplete - 2021Further incorrect usages of result_ofKona + 2021Further incorrect usages of result_ofKonaComplete 2028messages_base::catalog overspecifiedKonaComplete 2033Preconditions of reserve, shrink_to_fit, and resize functionsKonaComplete 2039Issues with std::reverse and std::copy_ifKonaComplete @@ -136,7 +136,7 @@ 2011Unexpected output required of stringsPortlandComplete 2048Unnecessary mem_fn overloadsPortland 2049is_destructible is underspecifiedPortlandComplete - 2056future_errc enums start with value 0 (invalid value for broken_promise)Portland + 2056future_errc enums start with value 0 (invalid value for broken_promise)PortlandComplete 2058valarray and begin/endPortlandComplete 2091Misplaced effect in m.try_lock_for()BristolComplete @@ -173,7 +173,7 @@ 2203scoped_allocator_adaptor uses wrong argument types for piecewise constructionBristolComplete 2207basic_string::at should not have a Requires clauseBristolComplete 2209assign() overspecified for sequence containersBristolComplete - 2210Missing allocator-extended constructor for allocator-aware containersBristol + 2210Missing allocator-extended constructor for allocator-aware containersBristolComplete 2211Replace ambiguous use of "Allocator" in container requirementsBristolComplete 2222Inconsistency in description of forward_list::splice_after single-element overloadBristolComplete 2225Unrealistic header inclusion checks requiredBristolComplete