-
Notifications
You must be signed in to change notification settings - Fork 12
chore: Remove STL library #78
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
chore: Remove STL library #78
Conversation
- this change also fixes the 'platformio_example' path
This reverts commit d12af6f.
- files are unused on all platforms in Cpp-client.
@air1one @faustbrian - please review this in the next few days. Be sure to explicitly select labels so I know what's going on. If no reviewer appears after a week, a reminder will be sent out. |
Codecov Report
@@ Coverage Diff @@
## master #78 +/- ##
======================================
Coverage 96.4% 96.4%
======================================
Files 14 14
Lines 250 250
======================================
Hits 241 241
Misses 9 9 Continue to review full report at Codecov.
|
Proposed changes
The STL library is not used in Cpp-Client for any platform.
This PR removes STL files and its reference in
/helpers/client_helpers.h
.Types of changes
Checklist