Skip to content

Commit

Permalink
refactor: clang-17 has a proper support for consteval
Browse files Browse the repository at this point in the history
  • Loading branch information
mpusz committed Aug 25, 2023
1 parent 1cb2014 commit c53b692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/include/mp-units/bits/external/hacks.h
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@

#endif

#if MP_UNITS_COMP_CLANG
#if MP_UNITS_COMP_CLANG < 17

#define MP_UNITS_CONSTEVAL constexpr

Expand Down

0 comments on commit c53b692

Please sign in to comment.