We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
_ZN7mozilla3gfx12RecordedFillC2INS0_11EventStreamEEERT_
expected:
mozilla::gfx::RecordedFill::RecordedFill<mozilla::gfx::EventStream>(mozilla::gfx::EventStream&)
actual:
mozilla::gfx::EventStream& mozilla::gfx::RecordedFill::RecordedFill<mozilla::gfx::EventStream>()
Similar to the is_template checks that exist, probably need is_ctor_dtor as well.
is_template
is_ctor_dtor
The text was updated successfully, but these errors were encountered:
No branches or pull requests
_ZN7mozilla3gfx12RecordedFillC2INS0_11EventStreamEEERT_
expected:
mozilla::gfx::RecordedFill::RecordedFill<mozilla::gfx::EventStream>(mozilla::gfx::EventStream&)
actual:
mozilla::gfx::EventStream& mozilla::gfx::RecordedFill::RecordedFill<mozilla::gfx::EventStream>()
Similar to the
is_template
checks that exist, probably needis_ctor_dtor
as well.The text was updated successfully, but these errors were encountered: