hpx icon indicating copy to clipboard operation
hpx copied to clipboard

Make iostreams component work locally

Open msimberg opened this issue 5 years ago • 3 comments

Either conditionally make it work with the local runtime, or add another implementation that always works locally.

msimberg avatar Apr 27 '20 17:04 msimberg

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Oct 24 '20 20:10 stale[bot]

Is this issue still actual ?

toktarev avatar Feb 15 '22 21:02 toktarev

Is this issue still actual ?

Yes! The question would be whether a simple mapping hpx::cout --> std::cout would already do the trick. I.e. something like a simple conditional

namespace hpx {
    using cout = std::cout;
}

hkaiser avatar Feb 15 '22 22:02 hkaiser