Skip to content
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

Work around missing ostream operator #15

Closed
wants to merge 1 commit into from

Conversation

gjasny
Copy link
Contributor

@gjasny gjasny commented Jan 19, 2022

In C++20 the narrow streams droped the operator<< overload for
wide-char types. See operator<<(std::basic_ostream)

I'm unfamiliar with the ptlib code and do not know what a proper
replacement would be.

In C++20 the narrow streams droped the `operator<<` overload for
wide-char types. See [operator<<(std::basic_ostream)](https://en.cppreference.com/w/cpp/io/basic_ostream/operator_ltlt2)

I'm unfamiliar with the ptlib code and do not know what a proper
replacement would be.
@gjasny gjasny marked this pull request as draft January 19, 2022 14:40
@willamowius
Copy link
Owner

The easy workaround is to switch your compiler to C++17. :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants