Skip to content

Move operator<< to winrt::Windows::Foundation#1576

Merged
DefaultRyan merged 1 commit into
microsoft:masterfrom
YexuanXiao:operator_left_shift
May 14, 2026
Merged

Move operator<< to winrt::Windows::Foundation#1576
DefaultRyan merged 1 commit into
microsoft:masterfrom
YexuanXiao:operator_left_shift

Conversation

@YexuanXiao
Copy link
Copy Markdown
Contributor

This operator<< overload can be found directly by ADL, so it does not need to be placed in the global namespace (this has already been done for the hstring overload). This helps avoid outputting information about this overload when operator<< is called incorrectly, and speeds up compilation.

@DefaultRyan DefaultRyan merged commit 58811e1 into microsoft:master May 14, 2026
155 checks passed
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