There was an error while loading. Please reload this page.
1 parent 4e76a04 commit b845885Copy full SHA for b845885
1 file changed
include/rsl/enum
@@ -19,7 +19,7 @@ template <typename T>
19
concept fixed_enum = std::is_enum_v<T> and requires { T{0}; };
20
21
consteval bool has_fixed_underlying_type(std::meta::info r) {
22
- return is_type(r) and is_enum_type(r) and extract<bool>(substitute(^^fixed_enum, {r}));
+ return is_type(r) and extract<bool>(substitute(^^fixed_enum, {r}));
23
}
24
25
template <is_flag_enum E>
0 commit comments