The GSFExtrapolator creates new parameters so no-need to be const.
The GSFExtrapolator creates new parameters so no-need to be const. Actually, it can create some eff or const-correctness issues down the road.
Ideally the return value should be unique_ptr
,
but needs a bit of care on ownership .
@amorley should take a careful look.