[ug] Avoid casting char to DataType which may violate alignment rules
Fixes #108 (closed). Alternative for !471 (closed).
This should fix the alignment issue by never casting to DataType
but directly copying the raw buffers.
Edited by Timo Koch
Fixes #108 (closed). Alternative for !471 (closed).
This should fix the alignment issue by never casting to DataType
but directly copying the raw buffers.