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
chimera.util.resolveDeclaration:1:18: error: use of undeclared identifier 'S'typedef typename S::Scalar chimera_placeholder_4; ^chimera.util.resolveDeclaration:1:21: error: expected a qualified name after 'typename'typedef typename S::Scalar chimera_placeholder_4; ^chimera.util.resolveDeclaration:1:27: error: expected ';' after top level declaratortypedef typename S::Scalar chimera_placeholder_4;
The text was updated successfully, but these errors were encountered:
chimera fails to resolve
clang::DependentNameType
such astypename S::Scalar
in the following code:that throws an exception as
The text was updated successfully, but these errors were encountered: