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
Diagnostics for ADOBE_PRECONDITION(); or ADOBE_PRECONDITION(true, "", 3); are poor. If we could figure out how to static_assert something with a meaningful diagnostic in these cases it would be far better.
The tests should be updated to detect the improved diagnostics.
The text was updated successfully, but these errors were encountered:
Diagnostics for
ADOBE_PRECONDITION();
orADOBE_PRECONDITION(true, "", 3);
are poor. If we could figure out how tostatic_assert
something with a meaningful diagnostic in these cases it would be far better.The tests should be updated to detect the improved diagnostics.
The text was updated successfully, but these errors were encountered: