You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-01 16:38:31 +00:00
harfbuzz: Update to 8.4.0
This commit is contained in:
2
thirdparty/harfbuzz/src/hb-priority-queue.hh
vendored
2
thirdparty/harfbuzz/src/hb-priority-queue.hh
vendored
@@ -163,7 +163,7 @@ struct hb_priority_queue_t
|
||||
goto repeat;
|
||||
}
|
||||
|
||||
void swap (unsigned a, unsigned b)
|
||||
void swap (unsigned a, unsigned b) noexcept
|
||||
{
|
||||
assert (a < heap.length);
|
||||
assert (b < heap.length);
|
||||
|
||||
Reference in New Issue
Block a user