Marco Bergamin
Marco Bergamin
Hello, I have added your posix port to my codebase because I wanted to do some TDD using GoogleTest. The first test runs just fine: at the end of the...
Hello, I have fixed a bug in dependency resolution when requesting a "const T*" after injecting a "T*" as dependency. Before this fix, if a T* was injected as dependency,...
Specifically, I would like to know if I can safely const_cast away the "const" from a const buffer when I pass it to the libusb_bulk_transfer function when the endpoint address...