Avoid redundant construction/destruction of vector elementsRiiight, I totally forgot that the vector would need to resize. Thanks. Still, I'm kinda bummed tha...
Avoid redundant construction/destruction of vector elementsI am wondering if I'm doing it right, with regard to which constructors I need to define to prevent ...
Why must base class be constructed before derived members?I just made a benign, but similar initialization-order mistake and it reminded me to look into enabl...
Proposal for explict keyword for non constructor functionsI was actually referring to (what I have since looked up as) "Cpp2", which is compiled using a "CppF...
Proposal for explict keyword for non constructor functionsAlso, using concepts implies using templates, no? And templates just make everything more verbose, l...