set GTSAM_EXPORT for PrintDiscreteValues

release/4.3a0
Varun Agrawal 2025-03-01 01:19:38 -05:00
parent 02f2ef20c1
commit ce6b1461e1
1 changed files with 3 additions and 3 deletions

View File

@ -189,9 +189,9 @@ inline std::vector<DiscreteValues> cartesianProduct(const DiscreteKeys& keys) {
} }
/// Free version of print for wrapper /// Free version of print for wrapper
void PrintDiscreteValues( void GTSAM_EXPORT
const DiscreteValues& values, const std::string& s = "", PrintDiscreteValues(const DiscreteValues& values, const std::string& s = "",
const KeyFormatter& keyFormatter = DefaultKeyFormatter); const KeyFormatter& keyFormatter = DefaultKeyFormatter);
/// Free version of markdown. /// Free version of markdown.
std::string GTSAM_EXPORT std::string GTSAM_EXPORT