vsomeip icon indicating copy to clipboard operation
vsomeip copied to clipboard

Use Reference to Prevent Copying

Open fynnwilliam opened this issue 3 years ago • 0 comments
trafficstars

Since the variables are marked const, we may also take them by ref. Which means we just want to see the variables.

This helps to generate minimal code.

and I also touched on CMakeLists.txt to tell CMake that the project does not need compatibility with older versions.

fynnwilliam avatar Jun 26 '22 03:06 fynnwilliam