delete constructor from string to fix issue

release/4.3a0
Varun Agrawal 2024-10-09 12:39:03 -04:00
parent 99a39e6568
commit 752e10fc21
1 changed files with 5 additions and 0 deletions

View File

@ -55,6 +55,11 @@ class GTSAM_EXPORT HybridGaussianProductFactor
*/
HybridGaussianProductFactor(Base&& tree) : Base(std::move(tree)) {}
/// Deleted constructor since we don't have istream operator for
/// GaussianFactorGraphValuePair
HybridGaussianProductFactor(const std::vector<Key>& labelCs,
const std::string& table) = delete;
///@}
/// @name Operators