Add fatal error

This commit is contained in:
Damiaan Dufaux 2017-08-04 00:01:52 +02:00
parent ba6625187d
commit 977eb94f0b

View file

@ -251,6 +251,8 @@ struct MsgPckKeyedDecodingContainer<K: CodingKey>: KeyedDecodingContainerProtoco
switch decoder.storage[cursor] {
case FormatID.fixMapRange:
valueFormat = .fixMap
case FormatID.fixArrayRange:
fatalError("array decoding not implemented")
case FormatID.fixStringRange:
valueFormat = .fixString
case FormatID.positiveInt7Range: