What is your opinion?
Increased Complexity of C++20 Range Algorithms Declarations - Is It Worth?
by Bartlomiej Filipek
From the article:
With the addition of Ranges and Concepts in C++20, our good old algorithm interfaces got super long “rangified” versions. For example, copy is now 4 lines long… and it’s just the declaration!
Add a Comment
Comments are closed.