fix: MP_UNITS_API_NO_CRTP handling fixed

This commit is contained in:
Mateusz Pusz
2024-07-02 11:07:49 +01:00
parent 70289048bd
commit e41078b889
4 changed files with 15 additions and 15 deletions

View File

@@ -30,7 +30,7 @@ template<auto V, typename T>
inline constexpr bool is_of_type = std::is_same_v<MP_UNITS_REMOVE_CONST(decltype(V)), T>;
// NOLINTBEGIN(cppcoreguidelines-macro-usage)
#ifdef MP_UNITS_API_NO_CRTP
#if MP_UNITS_API_NO_CRTP
#define QUANTITY_SPEC_(name, ...) \
inline constexpr struct name##_ final : quantity_spec<__VA_ARGS__> { \