C++ Insights Episode 57: More performance thanks to more implicit moves in C++20
I published a new C++ insights episode: More performance thanks to more implicit moves in C++20.
In this episode, you learn about a change in the standard that can give you more performance, thanks to the implicit move.
Source code: https://godbolt.org/z/r1W4K9oGM
Andreas