Skip to content

Conversation

@oldnewthing
Copy link
Member

The same way we don't use the auto trick for static properties and static methods.

Fixes issue introduced by #1136

The same way we don't use the auto trick for static properties
and static methods.
@oldnewthing oldnewthing requested review from Scottj1s and kennykerr June 8, 2022 21:34
return;
}

auto is_opt_type = settings.component_opt && settings.component_filter.includes(type);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is_component_type?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's "is optimized component type". non-optimized components still can use auto.

Copy link
Member

@Scottj1s Scottj1s left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for the quick turnaround!

@Scottj1s Scottj1s merged commit 4f0be70 into microsoft:master Jun 8, 2022
@oldnewthing oldnewthing deleted the static-events branch June 8, 2022 22:46
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 this pull request may close these issues.

2 participants