undo uncomment

release/4.3a0
Varun Agrawal 2024-12-08 17:03:31 -05:00
parent 2c02efcae2
commit 360598d3d5
1 changed files with 2 additions and 1 deletions

View File

@ -86,7 +86,8 @@ class GTSAM_EXPORT DiscreteDistribution : public DiscreteConditional {
double operator()(size_t value) const;
/// We also want to keep the Base version, taking DiscreteValues:
using Base::operator();
// TODO(dellaert): does not play well with wrapper!
// using Base::operator();
/// Return entire probability mass function.
std::vector<double> pmf() const;