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

remove ostream from not_null #940

Closed

Conversation

JordanMaples
Copy link
Contributor

Removing the operator<< from not_null to eliminate dependency on iosfwd.
Closes #933

@JordanMaples
Copy link
Contributor Author

I'm closing this issue in the interests of aligning the not_null interface with those of std::unique_ptr and std::shared_ptr, which added operator<< in C++20.

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.

Support STL implementations without ios
1 participant