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 |
|
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. |
CaseyCarter
left a comment
There was a problem hiding this comment.
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