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 misleading static_assert when extra args have wrong type (#837) (#1098)
When registerNodeType is called with extra constructor arguments of the
wrong type, the compiler now reports that the extra arguments don't match
instead of the misleading "you MUST add a constructor" message.
Also remove stale script_tokenizer.cpp reference from CMakeLists.txt.
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments