You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Like with r-lib/systemfonts#119, we don't need CPP11_UNWIND anymore because R_ContinueUnwind() is now always available. If you could please just inline R_ContinueUnwind(err); there instead in the next release, that would be great!
It currently looks removed in cpp11 but I'm going to bring it back to avoid breaking textshaping this time around.
The text was updated successfully, but these errors were encountered:
textshaping/src/utils.h
Line 23 in 841a1dd
Like with r-lib/systemfonts#119, we don't need
CPP11_UNWIND
anymore becauseR_ContinueUnwind()
is now always available. If you could please just inlineR_ContinueUnwind(err);
there instead in the next release, that would be great!It currently looks removed in cpp11 but I'm going to bring it back to avoid breaking textshaping this time around.
The text was updated successfully, but these errors were encountered: