LWG-3833 Remove specialization `template<size_t N> struct formatter<const charT[N], charT>` by mlemacio · Pull Request #3477 · microsoft/STL · GitHub
Skip to content

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

Merged
StephanTLavavej merged 1 commit into
microsoft:mainfrom
mlemacio:main
Feb 23, 2023
Merged

LWG-3833 Remove specialization template<size_t N> struct formatter<const charT[N], charT>#3477
StephanTLavavej merged 1 commit into
microsoft:mainfrom
mlemacio:main

Conversation

@mlemacio

@mlemacio mlemacio commented Feb 17, 2023

Copy link
Copy Markdown
Contributor

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

Remove template specialization
@StephanTLavavej

Copy link
Copy Markdown
Member

@mlemacio

Copy link
Copy Markdown
Contributor Author

Added to PR description

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

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM!

@mlemacio

Copy link
Copy Markdown
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

fsb4000 commented Feb 18, 2023

Copy link
Copy Markdown
Contributor

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

mlemacio commented Feb 18, 2023

Copy link
Copy Markdown
Contributor Author

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

@mlemacio

Copy link
Copy Markdown
Contributor Author

@microsoft-github-policy-service agree

@fsb4000

fsb4000 commented Feb 18, 2023

Copy link
Copy Markdown
Contributor

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

@CaseyCarter CaseyCarter left a comment

Copy link
Copy Markdown
Contributor

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
Copy Markdown
Contributor Author

Sorry about that, should be fixed.

@StephanTLavavej StephanTLavavej self-assigned this Feb 22, 2023
@StephanTLavavej

Copy link
Copy Markdown
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
Copy Markdown
Member

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