Currently, we're saying in <yvals_core.h> that WG21-P3235R3 (std::print More Types Faster With Less Memory) is partially implemented.
|
// P3235R3 std::print More Types Faster With Less Memory |
|
// (partial implementation; see GH-4924) |
This is no longer true after the adoption of LWG-4146. Moreover, we implemented LWG-4146 in #5883.
Now we should just remove the incorrect comment, which is probably a good first issue.
This issue is intended for a new contributor (especially one new to GitHub) to get started with the simplest possible change.
Please feel free to submit a pull request if there isn't one already linked here - no need to ask for permission! 😸
You can (and should) link your pull request to this issue using GitHub's close/fix/resolve syntax.
(in the PR description not the commit message)
Currently, we're saying in
<yvals_core.h>that WG21-P3235R3 (std::printMore Types Faster With Less Memory) is partially implemented.STL/stl/inc/yvals_core.h
Lines 409 to 410 in 2a62bf7
This is no longer true after the adoption of LWG-4146. Moreover, we implemented LWG-4146 in #5883.
Now we should just remove the incorrect comment, which is probably a good first issue.
This issue is intended for a new contributor (especially one new to GitHub) to get started with the simplest possible change.
Please feel free to submit a pull request if there isn't one already linked here - no need to ask for permission! 😸
You can (and should) link your pull request to this issue using GitHub's close/fix/resolve syntax.
(in the PR description not the commit message)