Daniil Goncharov
Daniil Goncharov
**Magomed Kostoev 19 июля 2020, 17:05** Прям мысли прочли, как раз хотел прийти сюда с таким же предложением.
It's look simular to https://github.com/Neargye/magic_enum/blob/master/doc/reference.md#enum_fuse
@Sarna555 https://github.com/Neargye/magic_enum/pull/212 I tried to improve the deduction of the return type of the enum_switch, but the function signature changed a little enum_switch will try to deduce return the type,...
> > @Sarna555 #212 I tried to improve the deduction of the return type of the enum_switch, but the function signature changed a little > > enum_switch will try to...
Fix in master Will be include in next release
will closed in https://github.com/Neargye/magic_enum/pull/187
@schaumb I added a new header `magic_enum_utility.hpp` for different secondary functions, maybe add `magic_enum::bind_front` there? and add some example and note in doc `magic_enum::bind_front` seems like a cheaper option to...
Closed by https://github.com/Neargye/magic_enum/pull/187
I looked at the problem again, this example now works in master branch (soon will be in release) ```cpp enum class Color { RED = 2, BLUE = 4, GREEN...
@JaiganeshKumaran now it's `std::uint16_t`