Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support environments that cannot use STL #12

Open
henrygab opened this issue Apr 9, 2022 · 0 comments
Open

Support environments that cannot use STL #12

henrygab opened this issue Apr 9, 2022 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@henrygab
Copy link

henrygab commented Apr 9, 2022

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.

@jesserockz jesserockz added enhancement New feature or request help wanted Extra attention is needed labels Apr 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants