WIP: TrigConfData: thread-safety fix for ConstIter
To avoid the mutable
member, make operator*
return a value
instead of reference.
@stelzer do you see a problem with this?
To avoid the mutable
member, make operator*
return a value
instead of reference.
@stelzer do you see a problem with this?