You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The use of std::set is not compatible with embedded platforms. This needs to be replaced with an embedded friendly implementation. Consider the SDKs doubly linked list implementation, IntrusiveList`.
Replace the use of std::set with IntrusiveList.
Remove the exeption to use std::set from scripts/tools/check_includes_config.py
The text was updated successfully, but these errors were encountered:
Reproduction steps
n/a
Bug prevalence
not a bug
GitHub hash of the SDK that was being used
3d63a73
Platform
other
Platform Version(s)
1.2
Type
Common Cluster Logic
Anything else?
The use of
std::set
is not compatible with embedded platforms. This needs to be replaced with an embedded friendly implementation. Consider the SDKs doubly linked list implementation,
IntrusiveList`.std::set
withIntrusiveList
.std::set
fromscripts/tools/check_includes_config.py
The text was updated successfully, but these errors were encountered: