The transformation is only a beginning towards catching up from C++98, but it does show why modern C++ features improve your code.
C++ 17 Transformation...
by phantom
From the article:
I'm basically really bad at working on my own projects, but with the recent release of Visual Studio 2017 RC and its improved C++17 support I figured it was time to crack on again...
To that end I've spent a bit of time today updating my own basic windowing library to use C++17 features. Some of the things have been simple transforms such as converting 'typedef' to 'using', others have been more OCD satisfying...
Add a Comment
Comments are closed.