Closed mrzzzrm closed 10 years ago
Pros:
Negs: * _this references in initializer lists need to be passed like std::ref(_this) instead of *this.
Please tell me what you think about this asap and I will implement it everywhere and extend the Component class with const getters and stuff.
looks good
I like the init list. :+1:
If I don't even need the ref, I'm up
will implement and reopen
Pros:
Negs:
* _this references in initializer lists need to be passed like std::ref(_this) instead of *this.Please tell me what you think about this asap and I will implement it everywhere and extend the Component class with const getters and stuff.