Do not default construct SourceLink
The KF previously default-constructed source link objects when inserting into the measurement map. Now it emplaces, therefore not placing the implicit requirement on source links to be default constructible (that's not explicitly required in the concept).