mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-27 09:50:03 +00:00
Remove relative types from json marshaller
This commit is contained in:
@@ -193,12 +193,6 @@ marshal_to_writer :: proc(w: io.Writer, v: any, opt: ^Marshal_Options) -> (err:
|
|||||||
case runtime.Type_Info_Simd_Vector:
|
case runtime.Type_Info_Simd_Vector:
|
||||||
return .Unsupported_Type
|
return .Unsupported_Type
|
||||||
|
|
||||||
case runtime.Type_Info_Relative_Pointer:
|
|
||||||
return .Unsupported_Type
|
|
||||||
|
|
||||||
case runtime.Type_Info_Relative_Multi_Pointer:
|
|
||||||
return .Unsupported_Type
|
|
||||||
|
|
||||||
case runtime.Type_Info_Matrix:
|
case runtime.Type_Info_Matrix:
|
||||||
return .Unsupported_Type
|
return .Unsupported_Type
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user