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 dependency on std::ostream #14

Closed
springmeyer opened this issue May 19, 2014 · 2 comments
Closed

Remove dependency on std::ostream #14

springmeyer opened this issue May 19, 2014 · 2 comments

Comments

@springmeyer
Copy link
Contributor

I think we should remove the printer and operator<<, because this forces custom types to also offer an operator<< which is not ideal. Not all users of the library may want to have to depend on #include <ostream>.

@artemp
Copy link
Contributor

artemp commented Aug 14, 2014

@springmeyer - operator<< is very useful, we just need to move it into separate header e.g
variant_io.hpp

@joto
Copy link
Contributor

joto commented Dec 4, 2015

operator<< has been moved to variant_io.hpp a while ago in 24dcab2.

@joto joto closed this as completed Dec 4, 2015
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

No branches or pull requests

3 participants