Skip to content

Commit

Permalink
Fix errors popping up in kyosu with some compilers
Browse files Browse the repository at this point in the history
  • Loading branch information
jfalcou committed Dec 6, 2023
1 parent a793cfd commit 1c7ba16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/eve/traits/underlying_type.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ namespace eve
template<typename Ts>
struct underlying_type;

template<typename T>
template<arithmetic_scalar_value T>
requires requires { typename T::underlying_type; }
struct underlying_type<T>
{
Expand Down

0 comments on commit 1c7ba16

Please sign in to comment.