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

EXPORT statements to help Windows build. In Constraint.h, there was a… #1097

Merged
merged 1 commit into from
Feb 14, 2022

Conversation

mikesheffler
Copy link
Contributor

  • In Constraint.h, there was a GTSAM_EXPORT that should have been GTSAM_UNSTABLE_EXPORT, and
  • In DiscreteKey.h, there should be a GTSAM_EXPORT in front of an operator definition for a class that is being exported.

This does not fix all of the gtsam_unstable build issues on MSVC / Windows, but it fixes all of the issues stemming from gtsam_unstable\Discrete

… GTSAM_EXPORT that should have been GTSAM_UNSTABLE_EXPORT, and in DiscreteKey.h, there should be a GTSAM_EXPORT in front of an operator definition for a class that is being exported.
Copy link
Member

@dellaert dellaert left a comment

Choose a reason for hiding this comment

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

Thanks!!

@dellaert dellaert merged commit 916dc74 into borglab:develop Feb 14, 2022
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.

2 participants