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: N3619
Date: 2013-03-15
A Proposal to Add Swappability Traits to the Standard Library
by Andrew Morrow
Excerpt:
This proposal proposes the addition of two new type property predicates to the C++ standard library:
std::is_swappable<T, U = T>
andstd::is_nothrow_swappable<T, U = T>
.
Add a Comment
Comments are closed.