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
Raw pointers are utilized by the serviceTracker implementation. This should be updated to use modern constructs such as std::shared_ptrs and std::unique_ptrs where possible.
The text was updated successfully, but these errors were encountered:
Raw pointers are utilized by the serviceTracker implementation. This should be updated to use modern constructs such as
std::shared_ptr
s andstd::unique_ptr
s where possible.The text was updated successfully, but these errors were encountered: