-
- Downloads
Fix: correct order of initialization list
Non-static data members should be initialized in the order they were declared in the class definition. For good practice, we should keep all the data members in good order.
Loading
Please register or sign in to comment