Commit 82814f9
Pavel Siska
unirec++: skip type check for std::byte fields in UnirecRecord
Avoid calling getExpectedUnirecType for std::byte fields in
checkDataTypeCompatibility(), since byte buffers are handled as
raw data and don't have a defined Unirec type mapping.1 parent 66562ae commit 82814f9
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
339 | 339 | | |
340 | 340 | | |
341 | 341 | | |
342 | | - | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
343 | 345 | | |
344 | 346 | | |
345 | 347 | | |
| |||
0 commit comments