Is stack elision a thing? What would that imply if it were?
In this episode I demonstrate how C++17’s support for lambdas in a constexpr context can clean up many constexpr use cases.
In this episode I discuss how (and why) you can inherit from a lambda function along with possible use cases.
C++17’s automatic class template deduction feature brings with it a new sub-feature called “deduction guides” which are used to help the compiler with class template type deduction. I give examples of what they are and how they are used in this episode.
Experimenting with C++17’s class template argument type deduction feature and learning what its limitations are.
Part 3 of our basic introduction to understanding the assembly output from your compiler. In this episode we do some reverse engineering of other non-Intel architectures.