Skip to content

Use namespace ::std:: for C++ types #96

@mikir

Description

@mikir

Becasuse C++17 generator includes <cstdint> and <cstddef>, we should use namespace ::std:: for all C++ types like uint64_t and size_t.

This will require the change of the C++17 runtime library, change of all FTL templates and change of the Zserio types mapping to C++ native types in the C++17 extension.

See ndsev/zserio#708.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions