PacketSerial icon indicating copy to clipboard operation
PacketSerial copied to clipboard

Use more of C++11 and later features

Open DrItanium opened this issue 2 years ago • 0 comments

New Pull Request Guidelines

Not fixing an existing PR

This Pull-Request Fixes the Following Issue(s)

No specific issue that it fixes but is cleaner and will give better compiler error messages in the cases of copy construction and move operator usage.

Proposed Changes

Use more of C++11 and later features to give the compiler the ability to better optimize.

Testing Procedure

How do we test it?

This should all be transparent to the end user. But for the sake of completeness, the examples should still compile and work as intended.

DrItanium avatar Oct 15 '23 19:10 DrItanium