mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2026-04-17 20:31:26 +00:00
According to the best practices for boost, the shared_ptr constructor should not be called inside a function call (return in this case). Ref: http://www.boost.org/doc/libs/1_55_0/libs/smart_ptr/shared_ptr.htm Signed-off-by: Javier Arribas <jarribas@cttc.es>