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
I came across a similar error with GCC 11 + Boost::SML. Upgrading to GCC 12 was unfortunately not an option for me.
I discovered that the issue lied in the using-directive for the entire Boost::SML namespace, which triggered some strange type conversions. I only needed access to literals so I changed:
Expected Behavior
Running boost::sml in GT/M compiled with gcc@11 should work
Actual Behavior
We are working on transitioning from gcc@10 to gcc@11 and we are facing a strange issue:
And it goes on and on, as you can see here:
https://github.com/leka/LekaOS/actions/runs/3533489312/jobs/5929179683#step:6:1103
Test code in question:
https://github.com/leka/LekaOS/blob/develop/libs/RobotKit/tests/StateMachine_test.cpp#L36
I'm not even sure what could be the issue, those templates are very hard to read and understand :(
Steps to Reproduce the Problem
n/a
Specifications
The text was updated successfully, but these errors were encountered: