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
Currently astgen built with clang10 won't bind openexr successfully because it doesn't find the inline friend operator==() declaration for set::set::iterator. This is probably just that the AST is a different shape in 10, so shouldn't be too hard to fix.
The text was updated successfully, but these errors were encountered:
Currently astgen built with clang10 won't bind openexr successfully because it doesn't find the inline friend operator==() declaration for set::set::iterator. This is probably just that the AST is a different shape in 10, so shouldn't be too hard to fix.
The text was updated successfully, but these errors were encountered: