Skip to content

Commit 845096f

Browse files
committed
Fix compiler warning of operator being shadowed
1 parent c9bf422 commit 845096f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gtsam/discrete/DiscreteConditional.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@ class GTSAM_EXPORT DiscreteConditional
111111
const DecisionTreeFactor& marginal,
112112
const Ordering& orderedKeys);
113113

114+
using DecisionTreeFactor::operator*;
115+
114116
/**
115117
* @brief Combine two conditionals, yielding a new conditional with the union
116118
* of the frontal keys, ordered by gtsam::Key.

0 commit comments

Comments
 (0)