Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
fintarin committed Apr 7, 2024
1 parent 1192603 commit 8b69bb4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions include/fintamath/core/MathObjectBody.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
#include "fintamath/core/MathObjectIdStorage.hpp"
#include "fintamath/core/Parser.hpp"

#define FINTAMATH_CLASS_BODY(Class, Parent) \
public: \
static constexpr MathObjectClass getClassStatic() noexcept { \
return &objClass; \
} \
\
private: \
FINTAMATH_API static constexpr detail::MathObjectClassImpl \
#define FINTAMATH_CLASS_BODY(Class, Parent) \
public: \
FINTAMATH_API static constexpr MathObjectClass getClassStatic() noexcept { \
return &objClass; \
} \
\
private: \
FINTAMATH_API static constexpr detail::MathObjectClassImpl \
objClass{#Class, Parent::getClassStatic()};

#define FINTAMATH_PARENT_CLASS_BODY(Class, Parent) \
Expand Down

0 comments on commit 8b69bb4

Please sign in to comment.