We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
std::istream
std::ostream
std::filebuf
In advent of std::print(), I feel obliged to remove direct links to std::ostream & std::istream, especially in UnicodeCvt.h& bux::I_SyncLog `.
std::print()
, especially in
&
The part of migration left to be decided is whether replace them with std::filebuf or an abstract common base.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In advent of
std::print()
, I feel obliged to remove direct links tostd::ostream
& std::istream, especially in
UnicodeCvt.h&
bux::I_SyncLog `.The part of migration left to be decided is whether replace them with
std::filebuf
or an abstract common base.The text was updated successfully, but these errors were encountered: