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/#/
http://www.bfilipek.com/2017/01/cpp17features.html
https://github.com/AnthonyCalandra/modern-cpp-features
http://en.cppreference.com
http://stackoverflow.com
Bryce Adelstein Lelbach's talk to be seen at C++Now 2017
https://skebanga.github.io/structured-bindings/ (structured bindings)
https://github.com/accuBayArea/Slides/blob/master/slides/2017-04-19.pdf (polymorphic memory resources)
-Caveat: This was made by humans. It likely contains errors.
Created with the support from my employer, Christie Digital Systems, Inc.
This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.