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

Missing iostream in try online #820

Closed
alexNeto-zz opened this issue Nov 5, 2017 · 1 comment
Closed

Missing iostream in try online #820

alexNeto-zz opened this issue Nov 5, 2017 · 1 comment
Assignees
Labels
confirmed solution: proposed fix a fix for the issue has been proposed and waits for confirmation
Milestone

Comments

@alexNeto-zz
Copy link

In the try online, the #include <iostream> is missing so they give a error when try to run

prog.cc:35:5: error: 'cout' is not a member of 'std'
     std::cout << std::setw(4) << j << '\n';
     ^
@nlohmann nlohmann added the solution: proposed fix a fix for the issue has been proposed and waits for confirmation label Nov 6, 2017
@nlohmann nlohmann self-assigned this Nov 6, 2017
@nlohmann nlohmann added this to the Release 3.0.0 milestone Nov 6, 2017
@nlohmann
Copy link
Owner

nlohmann commented Nov 6, 2017

Thanks for noting!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
confirmed solution: proposed fix a fix for the issue has been proposed and waits for confirmation
Projects
None yet
Development

No branches or pull requests

2 participants