A reminder of what C++17 bring:
C++17
by Egor Bredikhin
From the article:
C++ language is constantly evolving, and for us, as for developers of a static analyzer, it is important to track all its changes, in order to support all new features of the language. In this review article, I would like to share with the reader the most interesting innovations introduced in C++17, and demonstrate them with examples.
Add a Comment
Comments are closed.