Descriptions of C++17 features, presented mostly in "Tony Tables" (hey, the tables were my idea, but name wasn't).
There are actually over 100 changes in C++17, only some of them are listed here.
See the list of files in the repo - typically one file per feature (hopefully obvious via the file name). Or look at them all at once in ALL_IN_ONE.md (which is regenerated semi-regularly)
Some sources and/or places for good C++17 info:
https://jfbastien.github.io/what-is-cpp17/#/
https://skebanga.github.io/structured-bindings/
http://www.bfilipek.com/2017/01/cpp17features.html
http://en.cppreference.com
http://stackoverflow.com
Bryce Adelstein Lelbach's talk to be seen at C++Now 2017
Caveat: C++17 is not completed yet. One or more of these features may be changed or removed.
Created with the support from my employer, Christie Digital Systems, Inc.