Skip to content

Use System.Storage_Elements instead of Ada.Streams #1

Description

@Fabien-Chouteau

package SE renames Ada.Streams;

Because of the dependency on Ada.Streams this project is not usable in embedded projects (the package is not available on constrained run-times).

If you replace it with System.Storage_Elements (Storray_Offset, Storage_Array, etc.) it will be more portable.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions