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
Ensure the class is fully defined before performing the `is_convertible`
check which may trigger a compiler builtin. Before the class is
complete, the compiler can not technically perform the check on it.
This fixes the build with `cl`.
0 commit comments