fitscore
fitscore copied to clipboard
Fixed compilation issue with Swift 5
fitscore/Sources/FITS/HDU/HEADER/HDUValue.swift:109:24: Member operator '==' of protocol 'HDUValue' must have at least one argument of type 'Self'
fitscore/Sources/FITS/HDU/HEADER/HDUValue.swift:118:24: Member operator '==' of protocol 'HDUValue' must have at least one argument of type 'Self'
fitscore/Sources/FITS/HDU/HEADER/HDUValue.swift:127:24: Member operator '==' of protocol 'HDUValue' must have at least one argument of type 'Self'
fitscore/Sources/FITS/HDU/HEADER/HDUValue.swift:132:24: Member operator '!=' of protocol 'HDUValue' must have at least one argument of type 'Self'
@andreasjk , just out of curiosity (and impatience), how did you fix this?