Skip to content

Commit

Permalink
Merge pull request artivis#303 from HenryLeC/devel
Browse files Browse the repository at this point in the history
Remove extra semicolons after macros in Bundle.h
  • Loading branch information
artivis authored Aug 7, 2024
2 parents 33be710 + 331720d commit bf9c71d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/manif/impl/bundle/Bundle.h
Original file line number Diff line number Diff line change
Expand Up @@ -121,14 +121,14 @@ struct Bundle : BundleBase<Bundle<_Scalar, _T ...>>
Bundle() = default;
~Bundle() = default;

MANIF_COPY_CONSTRUCTOR(Bundle);
MANIF_MOVE_CONSTRUCTOR(Bundle);
MANIF_COPY_CONSTRUCTOR(Bundle)
MANIF_MOVE_CONSTRUCTOR(Bundle)

// Copy constructor
template<typename _DerivedOther>
Bundle(const LieGroupBase<_DerivedOther> & o);

MANIF_GROUP_ASSIGN_OP(Bundle);
MANIF_GROUP_ASSIGN_OP(Bundle)

// LieGroup common API

Expand Down

0 comments on commit bf9c71d

Please sign in to comment.