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

Remove BOOST_NO_TYPEID which snuck back in during one of the PR merges #691

Merged
merged 1 commit into from
Oct 31, 2022

Conversation

eigenraven
Copy link
Collaborator

I added these 3 lines during experiments with #683, and later removed them with a rebase but they got merged in afterwards from the old version anyway. RTTI is fully enabled in the codebase now, so this is not needed and could lead to odd linker errors (odr violation) in the future.

Copy link
Collaborator

@csegarragonz csegarragonz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gah! Sorry, my bad. Thanks for bringing this up!

@csegarragonz csegarragonz changed the title Remove BOOST_NO_TYPEID which snuck back in during one of the PR merges Remove BOOST_NO_TYPEID which snuck back in during one of the PR merges Oct 31, 2022
@csegarragonz csegarragonz merged commit 4ee445a into main Oct 31, 2022
@csegarragonz csegarragonz deleted the fix-bad-merge branch October 31, 2022 11:26
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.

None yet

2 participants