This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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]

[v3] implement LWG issues 1514, 2030, 2031


2011-03-25  Jonathan Wakely  <jwakely.gcc@gmail.com>

        * include/std/future (future::share): Add.
        (packaged_task::result_type): Remove as per LWG 2030.
        (packaged_task::packaged_task): Remove redundant constructors, as per
        LWG 1514.
        * testsuite/30_threads/future/members/share.cc: New.
        * testsuite/30_threads/packaged_task/requirements/typedefs.cc: Remove.


Tested x86_64-linux, committed to trunk.

Attachment: future_issues.txt
Description: Text document


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