Commit c0d60bd4964701402aacf98390e0936c9dcba953

Khaled Hosny 2022-07-19T18:21:09

[meta] Fix warning with emscripten For whatever reason, em++ takes the first branch and spouts a gazillion warnings like: ./harfbuzz/src/hb-vector.hh:229:20: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] hb_enable_if (hb_is_trivially_copy_assignable(T))> ^ ./harfbuzz/src/hb-meta.hh:193:44: note: expanded from macro 'hb_is_trivially_copy_assignable'