Matúš Fedorko

Results 2 issues of Matúš Fedorko

The following code fails to compile: ``` #include #include template class C1Tpl { }; using C1 = C1Tpl; struct param { }; template class C2Tpl { }; using C2 =...

Hi, would it be possible to add case insensitive string comparison to `rttr::enumeration::name_to_value` ? I imagine it could be an additional optional parameter of the method (something like `variant name_to_value(string_view...