Proposal for explict keyword for non constructor functionsI have been a fan of cpp2, since Herb started it; I like the whole idea of it. I imagine if cpp2 tr...
Proposal for explict keyword for non constructor functions@Ganado Yes I agree, templates often make things harder. Yes, it is my understanding that concepts...
Proposal for explict keyword for non constructor functionsApparently the best workarounds for this are to use strong types and explicit constructors everywher...
Proposal for explict keyword for non constructor functionsCheers [b]seeplus[/b] Also kind of related to this is the idea of list initialising function argume...
Will my compiler automatically reuse the return value of this method?Hi Have you considered having a member of the class that the value of [code]determinant()[/code] i...