Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@mlemacio
Copy link
Contributor

@mlemacio mlemacio commented Feb 17, 2023

Remove specialization template<size_t N> struct formatter<const charT[N], charT>
Fixes #3426

Remove template specialization
@StephanTLavavej
Copy link
Member

Thanks for the PR! Can you edit your PR description to add "Fixes #3426."? This is special syntax for GitHub that will link the issue to your PR. (It only takes effect in the PR description, not the title, and not later comments where issues can only be "mentioned".)

@mlemacio
Copy link
Contributor Author

Added to PR description

Copy link
Contributor

@strega-nil-ms strega-nil-ms left a comment

Choose a reason for hiding this comment

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

LGTM!

@mlemacio
Copy link
Contributor Author

Yay! Are there any recommended resources on how to get more knowledgeable on the ecosystem so that I may contribute more? I consider myself a fairly seasoned user of C++ but this has been my first foray into open source.

@fsb4000
Copy link
Contributor

fsb4000 commented Feb 18, 2023

Are there any recommended resources on how to get more knowledgeable on the ecosystem so that I may contribute more?

You can watch the code reviews and notice what was wrong and don't do that in your PRs: https://www.youtube.com/playlist?list=PLReL099Y5nRffygixwNJhENbYxhuJL6Ei

@mlemacio
Copy link
Contributor Author

mlemacio commented Feb 18, 2023

@fsb4000 Just watched my first one in the playlist. Had a good time doing do. Thanks!

@mlemacio
Copy link
Contributor Author

@microsoft-github-policy-service agree

@fsb4000
Copy link
Contributor

fsb4000 commented Feb 18, 2023

Something bad happened.
I think the correct commit is 384086c

Copy link
Contributor

@CaseyCarter CaseyCarter left a comment

Choose a reason for hiding this comment

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

It appears that you've force-pushed the changes from your other PR atop this one.

@mlemacio
Copy link
Contributor Author

Sorry about that, should be fixed.

@StephanTLavavej StephanTLavavej self-assigned this Feb 22, 2023
@StephanTLavavej
Copy link
Member

I'm mirroring this to the MSVC-internal repo - please notify me if any further changes are pushed.

@StephanTLavavej StephanTLavavej merged commit be1ac63 into microsoft:main Feb 23, 2023
@StephanTLavavej
Copy link
Member

Thanks for implementing this LWG issue resolution, and congratulations on your first microsoft/STL commit! 😻 🚀 🎉

This will ship in VS 2022 17.7 Preview 1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

format C++20/23 format LWG Library Working Group issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

LWG-3833 Remove specialization template<size_t N> struct formatter<const charT[N], charT>

5 participants