We would need to write: for (Iter<T> it (...); bool (t); t++) instead of: for (Iter<T> it (...); t; t++) But I think it's an improvement in code readability in the long term. Fixes https://github.com/harfbuzz/harfbuzz/issues/1127pull/1136/head
parent
79e21984b1
commit
66920a6bac
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue