In the last article in this series, I mentioned that we’ve solved the problem with polymorphic lambdas and concepts, and I promised to discuss it here. So here we go!
Quick concepts review
Just like type declarations, concepts would add two kinds of type-checking to the C++ template system. To understand how, let’s first look at an ordinary C++ function: Continue Reading ▶
- Having it all: Pythy syntax for C++
- A Breakthrough for Concepts
