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
When I try to compile the project just with the necessary include for etl::variant #include "etl/variant.h", I get the following error, poiting to U8 in include\etl\private\variant_legacy.h",163:
Hi, I have issues with etl::variant and IAR 9.40.1.
I have the following etl_profile:
When I try to compile the project just with the necessary include for etl::variant
#include "etl/variant.h"
, I get the following error, poiting to U8 in include\etl\private\variant_legacy.h",163:When I remove the #include "private/variant_legacy.h" in variant.h, the code is compiling without errors:
Not sure if the include here is correct or if there's another error in my code or cmake configuration which leads to the compilation problem.
The text was updated successfully, but these errors were encountered: