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

Fix clang test failures from Any.cast #940

Closed

Conversation

dsobek
Copy link

@dsobek dsobek commented Feb 25, 2025

Fixes #939
Only results in one less detailed error message (but otherwise the same failure conditions are still covered) and fixes the clang build.

To test build in clang and run unit tests. They should now pass.

CC=clang CXX=clang++ colcon build
./build/behaviortree_cpp/tests/behaviortree_cpp_test

@facontidavide
Copy link
Collaborator

thanks, but I think that I have found a better solution. See #941

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Test failures when building with clang
2 participants