August 23, 2020
Standard library development made easy with C++20
When he created Go as a knee-jerk Reaction to C++11, Rob Pike proclaimed Less is exponentially more. While it is anyone’s guess what that is supposed to mean, in this blog post we will see how C++20 is less verbose, yet more expressive than prior C++ versions.
I am a big fan of concepts-driven designs. The use of concepts leads to less coupled, more generic interfaces that work with more types.
Read more