UTemplate icon indicating copy to clipboard operation
UTemplate copied to clipboard

Ubpa::detail::constexpr_value_name now can receive a constexpr enum value

Open Steelwall2014 opened this issue 2 years ago • 0 comments

Ubpa::detail::constexpr_value_name now can receive a constexpr enum value as a template parameter。添加这个的原因是UDRefl这个反射库依赖了这个函数,而这个函数不能接收enum常量参数,导致反射库在有些情况下会编译不通过,我在隔壁提了issue:https://github.com/Ubpa/UDRefl/issues/20 在编译期获取enum值的字符串的方法是从magic_enum库中找到的。

Steelwall2014 avatar May 19 '23 12:05 Steelwall2014