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

Make the formatter for IStringable const #1270

Merged
merged 1 commit into from
Feb 5, 2023

Conversation

sylveon
Copy link
Contributor

@sylveon sylveon commented Feb 4, 2023

Without this, IStringable and types which implement IStringable technically did not meet the formattable concept, which uses a const formatter<remove_cvref_t<T>, charT> to verify for formattability.

@sylveon
Copy link
Contributor Author

sylveon commented Feb 4, 2023

Some multi_threaded_map failed even though it's unrelated. Do they have known reliability issues?

@kennykerr
Copy link
Collaborator

Yes, that test is a bit unreliable. I'll rerun it for you.

@alvinhochun
Copy link
Contributor

Some multi_threaded_map failed even though it's unrelated. Do they have known reliability issues?

Yeah, the multi_threaded_map and multi_threaded_vector shares code and they like to fail occasionally: #1202

@kennykerr kennykerr merged commit 047c179 into microsoft:master Feb 5, 2023
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.

3 participants