-
Notifications
You must be signed in to change notification settings - Fork 5
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
Optional iostream usage #84
Comments
We pondered the fact to put all operator<< in a io.hpp header and not include it by default. |
sure - that sounds even better than a configuration macro but more work on your side i suppose - so which ever solution you want 👍 |
Could you confirm that the issue is operator<< and not the mere include of |
both :D |
This means our whoel stack shoudl be adapted: kumi & raberu are also affected by this. |
Somewhat related to #83.
Please provide an build time option to (not) use/provide iostream functionality (eg. ifdef wrapping of std::ostream& operator<<).
The text was updated successfully, but these errors were encountered: