Skip to content

`GsmApplication::get` should return a reference, not a shared pointer

The function already ensures that the object lifetime exceeds any use of the object. Adding a shared pointer into the mix is just extra overhead and complexity for no benefit.

Depends on !183 (merged)

Merge request reports

Loading