-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
LWG-3833 Remove specialization template<size_t N> struct formatter<const charT[N], charT>
#3477
Conversation
Remove template specialization
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".) |
Added to PR description |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
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. |
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 |
@fsb4000 Just watched my first one in the playlist. Had a good time doing do. Thanks! |
@microsoft-github-policy-service agree |
Something bad happened. |
There was a problem hiding this 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.
Sorry about that, should be fixed. |
I'm mirroring this to the MSVC-internal repo - please notify me if any further changes are pushed. |
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. |
Remove specialization
template<size_t N> struct formatter<const charT[N], charT>
Fixes #3426