From 38e52810bc288ccf070cc308fd74e618267e1a98 Mon Sep 17 00:00:00 2001 From: Varun Agrawal Date: Thu, 27 Jul 2023 14:45:08 -0400 Subject: [PATCH] remove extra GTSAM_EXPORTs from Ordering.h --- gtsam/inference/Ordering.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/gtsam/inference/Ordering.h b/gtsam/inference/Ordering.h index 5202a2749..c3df1b8a0 100644 --- a/gtsam/inference/Ordering.h +++ b/gtsam/inference/Ordering.h @@ -70,11 +70,9 @@ public: * @param keys The key vector to append to this ordering. * @return The ordering variable with appended keys. */ - GTSAM_EXPORT This& operator+=(KeyVector& keys); /// Check if key exists in ordering. - GTSAM_EXPORT bool contains(const Key& key) const; /**