Skip to content
New issue

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

Templatized constructors are incorrectly formatted #129

Open
fitzgen opened this issue Dec 1, 2017 · 0 comments
Open

Templatized constructors are incorrectly formatted #129

fitzgen opened this issue Dec 1, 2017 · 0 comments

Comments

@fitzgen
Copy link
Member

fitzgen commented Dec 1, 2017

_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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant