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
On some implementations of the C++ Standard Library, trying to
move-construct an std::function will require that the return type be
complete. SubstOptions' GetTentativeTypeWitness function returns Type,
which is defined later in this file, which can trigger the failure.
0 commit comments