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

Divergence between expr.template-reference definition in the specification and .ifc produced by MSVC #90

Closed
AndreyG opened this issue May 14, 2023 · 0 comments · Fixed by #91

Comments

@AndreyG
Copy link
Contributor

AndreyG commented May 14, 2023

The definition of Expression.TemplateReference looks like

struct {
        SourceLocation locus;
        TypeIndex type;
        NameIndex member_name;
        SourceLocation member_locus;
        TypeIndex scope;
        ExprIndex arguments;
}

in the specification right now (sec:ifc:ExprSort:TemplateReference), so its sizeof should be equal 32, but entry_size in the partition "expr.template-reference" produced by MSVC is equal to 28.

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

Successfully merging a pull request may close this issue.

1 participant