OFFTKP opened this issue 3 years ago · 0 comments
There's places in the code where two devices need to use the same class (eg. Bus) and they use it through a reference.
This is ugly and C++98ish. Use std::shared_ptr instead
std::shared_ptr