Closed iCollin closed 3 years ago
Fixes https://github.com/smartdevicelink/sdl_core/issues/2314
This PR is ready for review.
This PR makes no API changes.
build, unit test, atf test
Replace all interchangeable post (in/de)crement operators with the less expensive pre version. Affected files include all *.cc,*.h that are not *_test*,src/3rd*
*.cc,*.h
*_test*,src/3rd*
Fixes https://github.com/smartdevicelink/sdl_core/issues/2314
This PR is ready for review.
Risk
This PR makes no API changes.
Testing Plan
build, unit test, atf test
Summary
Replace all interchangeable post (in/de)crement operators with the less expensive pre version. Affected files include all
*.cc,*.h
that are not*_test*,src/3rd*
CLA