You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-14 13:41:12 +00:00
HarfBuzz: Update to version 3.0.0
This commit is contained in:
2
thirdparty/harfbuzz/src/hb-iter.hh
vendored
2
thirdparty/harfbuzz/src/hb-iter.hh
vendored
@@ -46,7 +46,7 @@
|
||||
* TODO Document more.
|
||||
*
|
||||
* If iterator implementation implements operator!=, then can be
|
||||
* used in range-based for loop. That comes free if the iterator
|
||||
* used in range-based for loop. That already happens if the iterator
|
||||
* is random-access. Otherwise, the range-based for loop incurs
|
||||
* one traversal to find end(), which can be avoided if written
|
||||
* as a while-style for loop, or if iterator implements a faster
|
||||
|
||||
Reference in New Issue
Block a user