Skip to content

Fix using Looper with a unique_ptr

Modify the Looper interface to always store a shared_ptr, and use the implicit conversion from unique_ptr&& to shared_ptr to also support unique_ptr in the constructor. This allowed the removal of all template parameters.

Merge request reports