Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
execTEnumGetEnum now succeeds on Windows.
This was fixed by root-project/root#15408. The failure on Windows was due to typeinfo(enum_type) returning a name with the format enum enumname and until the addition (in that PR) of the name normalization step, this was incorrectly handled by TEnum::GetEnum
- Loading branch information