Skip to content

Commit 2b56701

Browse files
committed
Serialization v3
1 parent 04dc52c commit 2b56701

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gtsam/geometry/SL4.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#include <gtsam/config.h>
1414
#include <gtsam/dllexport.h>
1515

16-
#ifdef GTSAM_ENABLE_BOOST_SERIALIZATION
16+
#if GTSAM_ENABLE_BOOST_SERIALIZATION
1717
#include <gtsam/base/MatrixSerialization.h>
1818
#endif
1919

@@ -108,7 +108,7 @@ class GTSAM_EXPORT SL4 : public MatrixLieGroup<SL4, 15, 4> {
108108
/// @}
109109

110110
private:
111-
#ifdef GTSAM_ENABLE_BOOST_SERIALIZATION
111+
#if GTSAM_ENABLE_BOOST_SERIALIZATION
112112
/// Serialization function
113113
friend class boost::serialization::access;
114114
template <class Archive>

0 commit comments

Comments
 (0)