This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [c++0x] <future>


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"


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]