Changes between C++14 and C++17

ISO/IEC JTC1 SC22 WG21 P0636r0 Date: 2017-04-02 To: the public Thomas Köppe < tkoeppe@google.com > This document enumerates all the major changes that have been applied to the C++ working draft since the publication of C++14, up to the publication of the C++17 DIS (N4660). Major changes are those that were added in the form of a dedicated paper, excluding those papers that are large issue resolutions. No issue resolutions from either CWG or LWG issues lists (“defect reports”) are included. fgrep -e "<h2 id=" c++17_changes.html | sed -e 's/.*id="\(.*\)">\(.*\)<\/h2>/<li><a href="#\1">\2<\/a><\/li>/g' Removed or deprecated features New core language features with global applicability New core language features with local applicability New library features Modifications to existing features Miscellaneous Unlisted papers Assorted snippets...

Linked on 2017-04-03 23:52:24 | Similar Links