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

hpx/hpx.hpp does not include hpx/include/iostreams.hpp #854

Closed
eschnett opened this issue Sep 15, 2013 · 1 comment
Closed

hpx/hpx.hpp does not include hpx/include/iostreams.hpp #854

eschnett opened this issue Sep 15, 2013 · 1 comment

Comments

@eschnett
Copy link
Contributor

I believe that the header file hpx/hpx.hpp should included all other header files for convenience. However, hpx::cout is not defined after including <hpx/hpx.hpp>.

@ghost ghost assigned hkaiser Sep 15, 2013
@hkaiser
Copy link
Member

hkaiser commented Sep 15, 2013

That's intentional as iostreams is a separate component which is completely independent from the core HPX libraries. Please include it separately, if needed:

#include <hpx/hpx.hpp>
#include <hpx/include/iostreams.hpp>

@hkaiser hkaiser closed this as completed Sep 15, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants