mirror of
https://github.com/aantron/better-enums.git
synced 2025-12-06 08:46:42 +08:00
Fix some code formatting
[skip ci]
This commit is contained in:
parent
fd646ae537
commit
894eab5284
3
enum.h
3
enum.h
@ -406,7 +406,8 @@ continue_with(T, U value) { return value; }
|
||||
|
||||
// Values array declaration helper.
|
||||
|
||||
//! Get intrinsic value of an (Enum::value) by taking advantage of C-conversion's parentheses priority
|
||||
//! Get intrinsic value of an (Enum::value) by taking advantage of
|
||||
// C-conversion's parentheses priority
|
||||
template <typename EnumType>
|
||||
struct _eat_assign {
|
||||
explicit BETTER_ENUMS_CONSTEXPR_ _eat_assign(EnumType value) : _value(value)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user