-
Notifications
You must be signed in to change notification settings - Fork 240
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
Add wil::println()
- C++23's std::println()
but for HANDLEs
#492
Comments
Is this required considering you can get a FILE* from a HANDLE and then use it with the normal std::print? |
If you're talking about
This is a pretty significant limitation; is there another way? |
I guess that can be used with |
Ah good point wrt ownership. Another concern was every write allocating a string. The |
e.g (needs C++20):
Would also probably want a wchar version taking an
std::wformat_string
The text was updated successfully, but these errors were encountered: