We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02f2ef2 commit ce6b146Copy full SHA for ce6b146
gtsam/discrete/DiscreteValues.h
@@ -189,9 +189,9 @@ inline std::vector<DiscreteValues> cartesianProduct(const DiscreteKeys& keys) {
189
}
190
191
/// Free version of print for wrapper
192
-void PrintDiscreteValues(
193
- const DiscreteValues& values, const std::string& s = "",
194
- const KeyFormatter& keyFormatter = DefaultKeyFormatter);
+void GTSAM_EXPORT
+PrintDiscreteValues(const DiscreteValues& values, const std::string& s = "",
+ const KeyFormatter& keyFormatter = DefaultKeyFormatter);
195
196
/// Free version of markdown.
197
std::string GTSAM_EXPORT
0 commit comments