Skip to content

Commit

Permalink
set GTSAM_EXPORT for PrintDiscreteValues
Browse files Browse the repository at this point in the history
  • Loading branch information
varunagrawal committed Mar 1, 2025
1 parent 02f2ef2 commit ce6b146
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gtsam/discrete/DiscreteValues.h
Original file line number Diff line number Diff line change
Expand Up @@ -189,9 +189,9 @@ inline std::vector<DiscreteValues> cartesianProduct(const DiscreteKeys& keys) {
}

/// Free version of print for wrapper
void PrintDiscreteValues(
const DiscreteValues& values, const std::string& s = "",
const KeyFormatter& keyFormatter = DefaultKeyFormatter);
void GTSAM_EXPORT
PrintDiscreteValues(const DiscreteValues& values, const std::string& s = "",
const KeyFormatter& keyFormatter = DefaultKeyFormatter);

/// Free version of markdown.
std::string GTSAM_EXPORT
Expand Down

0 comments on commit ce6b146

Please sign in to comment.