Jason Turner

Results 167 comments of Jason Turner

* talk about `const` and its various uses in C++ (member function, member variable, automatic variable, static variable) * What are the 4 storage classes

> It would be important to mention range categories and how applying views may change them. Can you elaborate? I don't see range categories discussed in the standard. I'm not...

I'm going to keep this very high level, and refer people back to comments and notes here. Here is the outline I will be using: https://compiler-explorer.com/z/98n3Tsjo7

Available: https://youtu.be/sZy9XcGHmI4

Notes for this episode: https://compiler-explorer.com/z/9W9r5f77o Also to mention is that there are many blog posts that go into much more detail here.

Note that if you swap the order of "object" and "speak" functions, then you accidentally pessimize the binary because the pointer to the object being called is not in the...

Coming up in episode 343.

Yes, definitely originally inspired by function_ref like things, I forgot to mention that. I first heard that was a concept, then refused to look at how it was done, because...

I have decided to go ahead and move this to [fill in the blank] so I can take more time developing it, and not have to fit it into the...

Reference based text book implementation of the observer pattern: https://compiler-explorer.com/z/MTdf55Y43