Skip to content

Fix MSVC builds due to recent changes to Dict

Adam Reichold requested to merge (removed):fix-dict-msvc into master

Reconstruct iterator via index arithmetic instead of relying on a non-standard constructor to fix builds on MSVC.

Merge request reports