Refactor deeply nested statements

Compilation using MSVC fails with a C1061 error since MSVC has a hard limit on block nesting.
Refactor the code in question to use map lookups instead.
This commit is contained in:
Peter Keresztes Schmidt
2021-09-21 15:01:49 +02:00
committed by Laurent Trinques
parent 7b0a581008
commit b69c7b1027
2 changed files with 1458 additions and 1714 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff