You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Static Analysis corrections on c++ model classes (#2893)
* Minor refactoring based on static analysis on the code of models:
- Convert unnecessary value parameter to constant reference.
- Use move to avoid unnecessary copies.
- Eliminate unused include.
* Replace moves with const references.
* Fixing formatting.
* Remove explicit declaration on constructors.
0 commit comments