[Patch] Implement is_[nothrow_]swappable (p0185r1)
Daniel Krügler
daniel.kruegler@gmail.com
Tue May 17 18:39:00 GMT 2016
This is an implementation of the Standard is_swappable traits according to
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p0185r1.html
During that work it has been found that std::array's member swap's exception
specification for zero-size arrays was incorrectly depending on the value_type
and that was fixed as well.
- Daniel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: changelog.patch
Type: application/octet-stream
Size: 2321 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/libstdc++/attachments/20160517/bb79c324/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: is_swappable.patch
Type: application/octet-stream
Size: 105968 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/libstdc++/attachments/20160517/bb79c324/attachment-0001.obj>
More information about the Libstdc++
mailing list