Skip to content

Fix UByteArrayAdapter non-contiguous/no-refcounting mess #30

@dbahrdt

Description

@dbahrdt

If a project uses different pre-processor defined to compile sserialize then different types end up in different compilation units. They get linked together (without lto without any warning) and then very strange things are happening since the data layout of the types are different.

Possible fix: we need to encode the pre-processor configuration into the type for example by using namespaces.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions