A new WG21 paper is available. A copy is linked below, and the paper will also appear in the next normal WG21 mailing. If you are not a committee member, please use the comments section below or the std-proposals forum for public discussion.
Document number: N4000
Date: 2014-05-23
Standard wording for a Transaction-safe C++ Standard Library std::list
by Michael Wong, et al.
Excerpt:
This paper documents our effort to transactionalize a C++ Standard Template Library (STL) container to demonstrate the feasibility of the transactional language constructs proposed by Study Group 5 (SG5): Transactional Memory. We began this study with
std::list
and made it transaction-safe using the transactional memory support in GCC 4.9. ...Changes from previous versions
N4000 (this paper): present updates and summary from LEWG and propose wording for TM TS for LWG
Add a Comment
Comments are closed.