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

Fix for breaking change P2905R2 in STL #3589

Merged
merged 1 commit into from
May 29, 2024

Conversation

Alan-Jowett
Copy link
Member

@Alan-Jowett Alan-Jowett commented May 28, 2024

Resolves: #3579

Description

The proposal P2905R2 makes a breaking change to make_format_args to reject temporary values as arguments. Workaround is to create place holder variables to hold temporary and extend there lifetime.

Testing

CI/CD

Documentation

No.

Installation

No.

@Alan-Jowett Alan-Jowett added this pull request to the merge queue May 29, 2024
Merged via the queue into microsoft:main with commit b2f2acf May 29, 2024
84 of 86 checks passed
@Alan-Jowett Alan-Jowett deleted the issue3579 branch May 29, 2024 02:56
shankarseal pushed a commit to shankarseal/ebpf-for-windows that referenced this pull request Jun 14, 2024
Signed-off-by: Alan Jowett <[email protected]>
Co-authored-by: Alan Jowett <[email protected]>

fix bad merge.
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.

Cannot compile with visual studio 17.10
3 participants