mirror of
https://github.com/Dev1an/MsgPack.git
synced 2026-03-25 08:45:55 +00:00
Add fatal error
This commit is contained in:
parent
ba6625187d
commit
977eb94f0b
1 changed files with 2 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue