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
Thanks for reporting! And for suggesting a solution. Please know that PRs are very much welcome and open for everybody, so don't be shy ;)
I went for a different solution than suggested. It would have worked perfectly fine, but we don't really need RTTI here as it was only used for a single assertion. Instead I made a semi-related change that should also fix this issue. I've wanted to implement something like this for a while, and this was a good excuse. Let me know if there are any issues with the changes.
Howdy
When using custom RTTI (
/DRMLUI_USE_CUSTOM_RTTI
), getting compile error:Just need a little macro love in InlineBox.h and InlineLevelBox.h:
InlineBox.h:
InlineLevelBox.h:
I fixed this in my local copy. Obviously I don't have PR access so if one of yall gets a chance, easy fix. (Assuming this is the proper fix. 😄 )
Thanks!
d
The text was updated successfully, but these errors were encountered: