Inline classes.
So, lets get started with some real blogging around C++ standard proposals. I will start out not with one of my own proposals, although I did try to find a solution to this problem before. I'm experimenting also with how to get the text into blogger in a good and easy way. This text was written using Texts , a markdown editor, and then I converted that to HTML and pasted into the html view of the blogging web page. Results is not that good, but somewhat useful. I will try to improve this way of working for future posts. One big problem seems to be that blogger removes the empty lines between paragraphs, in the markdown there is quite a long break after this paragraph for instance, and in the code examples I must place one empty line at the top and two at the bottom to get it to look this decent. The problem relates to nested classes. There are many APIs which are designed so that the user is supposed to subclass a certain base class to modify a behavior or get a callback called...