[c++0x] <future>

Jonathan Wakely jwakely.gcc@gmail.com
Sun May 17 13:23:00 GMT 2009


2009/5/14 Jonathan Wakely:
> Here is an implementation of <future>

Two problems with that patch:
testsuite/30_threads/shared_future/members/get2.cc was garbled, the
first 'int main()' should be 'void test01()'
future_error::what() should return _M_code.message().c_str() rather
than "std::future_error"



More information about the Gcc-patches mailing list