set GTSAM_EXPORT for PrintDiscreteValues
parent
02f2ef20c1
commit
ce6b1461e1
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue