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
fix: rename ParseResult::ERROR to avoid Windows macro conflict
windows.h defines ERROR as a macro which conflicts with enum values.
Rename to PARSE_ERROR and add #undef ERROR after the include.
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
0 commit comments