Skip to content

Runtime interface takes type info by copy #174

@ahueck

Description

@ahueck

This should probably be passed by const pointer:

typeart_status typeart_get_containing_type(typeart_type_info type_info, typeart_base_type_info* containing_type,
                                           size_t* byte_offset);

->

typeart_status typeart_get_containing_type(const typeart_type_info* type_info, typeart_base_type_info* containing_type,
                                           size_t* byte_offset);

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions