Branch: refs/heads/master
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: fa3a1c87d8461e2f174d55fc2e28f2d3a678f9e6
      
https://github.com/STEllAR-GROUP/hpx/commit/fa3a1c87d8461e2f174d55fc2e28f2d3a678f9e6
  Author: Mikael Simberg <[email protected]>
  Date:   2021-08-13 (Fri, 13 Aug 2021)

  Changed paths:
    M libs/core/datastructures/include/hpx/datastructures/variant.hpp

  Log Message:
  -----------
  Fix condition for checking if we should use our own variant

std::variant is always assumed to be available (we require C++17). However, we 
might still use our own variant in some cases.


  Commit: 0724a93172c114093feaeb73ca4a64d5e4ce04d6
      
https://github.com/STEllAR-GROUP/hpx/commit/0724a93172c114093feaeb73ca4a64d5e4ce04d6
  Author: Mikael Simberg <[email protected]>
  Date:   2021-08-24 (Tue, 24 Aug 2021)

  Changed paths:
    M libs/core/datastructures/include/hpx/datastructures/variant.hpp
    M libs/parallelism/execution/include/hpx/execution/algorithms/bulk.hpp
    M libs/parallelism/execution/include/hpx/execution/algorithms/detach.hpp
    M 
libs/parallelism/execution/include/hpx/execution/algorithms/ensure_started.hpp
    M libs/parallelism/execution/include/hpx/execution/algorithms/let_error.hpp
    M libs/parallelism/execution/include/hpx/execution/algorithms/sync_wait.hpp
    M libs/parallelism/execution/include/hpx/execution/algorithms/when_all.hpp

  Log Message:
  -----------
  Use exclusively hpx::variant/optional/tuple in sender algorithms, never std 
versions


  Commit: abfca8efb0f98ccd45c8aef778ad1c0599ec63d9
      
https://github.com/STEllAR-GROUP/hpx/commit/abfca8efb0f98ccd45c8aef778ad1c0599ec63d9
  Author: Mikael Simberg <[email protected]>
  Date:   2021-08-30 (Mon, 30 Aug 2021)

  Changed paths:
    M libs/core/datastructures/include/hpx/datastructures/variant.hpp
    M libs/parallelism/execution/include/hpx/execution/algorithms/bulk.hpp
    M libs/parallelism/execution/include/hpx/execution/algorithms/detach.hpp
    M 
libs/parallelism/execution/include/hpx/execution/algorithms/ensure_started.hpp
    M libs/parallelism/execution/include/hpx/execution/algorithms/let_error.hpp
    M libs/parallelism/execution/include/hpx/execution/algorithms/sync_wait.hpp
    M libs/parallelism/execution/include/hpx/execution/algorithms/when_all.hpp

  Log Message:
  -----------
  Merge pull request #5506 from STEllAR-GROUP/msimberg-patch-2

Fix condition for checking if we should use our own variant


Compare: 
https://github.com/STEllAR-GROUP/hpx/compare/0db6fc565cc2...abfca8efb0f9
_______________________________________________
hpx-commits mailing list
[email protected]
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits

Reply via email to