Skip to content

Remove unused forward declaration which prevented compilation #266

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

Merged
merged 2 commits into from
May 21, 2025

Conversation

psardin001
Copy link

No description provided.

@nim65s
Copy link
Member

nim65s commented May 21, 2025

What do you mean by "prevented compilation" ?
Can you provide the error message you got ? And details about your setup so we can reproduce ?

@nim65s
Copy link
Member

nim65s commented May 21, 2025

Ok, it does not break CI, so I guess we are fine :)

@nim65s nim65s merged commit 743d139 into humanoid-path-planner:devel May 21, 2025
4 checks passed
@florent-lamiraux
Copy link
Contributor

commit 447278a3 in coal changes the definition of class Triangle. The symbol was forward declared in hpp-corbaserver but not used. Removing the forward declaration fixes the compilation error due to the change.

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.

3 participants