News

Simple() = default; This makes it clear to anyone reading the code that you're not doing anything in this constructor. And it also means that the first constructor no longer counts as a "user-provided ...
Structures can now have a default constructor but you have to be careful how you use the structure to ensure that your constructor actually runs.