Skip to content

Support environments that cannot use STL #12

@henrygab

Description

@henrygab

The headers use vector<> and other STL structures.

STL is not available on all IOT compilation environments, and some environments prohibit exceptions (which are required by the STL).

Please consider providing code that can be used (declares an API) that does not rely upon STL. Otherwise, there will be many implementations, each of which will have distinct bugs (and fail in unusual ways), which would require the client code to work around.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions