You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should be possible, only the operator[] is non-const, but I think it could be const too, as it only allows changing the state of the pointee, not the pointer itself... always confusing with smart pointers. ;-)
There are a couple of functions that take
ham::offload::buffer_ptr
as reference.Could those invocation also be
const &
?ham/include/ham/offload/offload.hpp
Lines 218 to 223 in 5649c04
The text was updated successfully, but these errors were encountered: