usb-tools/USBProxy-legacy

Improve implementation of constructors

elfring opened this issue · 0 comments

I have noticed that a couple of assignments are used in the constructor bodies.

Examples:

The recommended way for performing efficient construction is to use the initialisation list.