Hartmut Kaiser
Hartmut Kaiser
> I think the only thing we could do probably is to `#pragma` disable the warning. @mpark: yes, I agree.
For the HPX library (https://github.com/STEllAR-GROUP/hpx) we're looking for help implementing the parallel sort algorithms for our implementation of the C++17 parallel algorithm specification (which is almost complete, sans sorting, see...
@Morwenn thanks for the links! Much appreciated!
What are the build errors?
@yurivict does it break also if you specify the `-DHPX_WITH_TESTS=ON -DHPX_WITH_TESTS_UNIT=ON` on the initial configure step?
I'm going to leave this ticket open as it targets a long-term goal for HPX.
What about the `hpx::apply` `std::apply` semantic mismatch? Should we start deprecating `hpx::apply` for some other name (`hpx::fire_n_forget`/`hpx::post`?) so we can substitute our `hpx::util::invoke_fused` with `std::apply` without causing undue confusion?
@bhumitattarde could you please have a look why the docs-html build step has failed for this PR?
> 1. Doxygen version might not be compatible with the Sphinx/Breathe version. We can try playing around with the versions a bit. > 2. Doxygen has an open issue where...