Branch: refs/heads/set_algorithms
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: f85c87a6c1fcc74b20778e4b882b5fd430c7632c
      
https://github.com/STEllAR-GROUP/hpx/commit/f85c87a6c1fcc74b20778e4b882b5fd430c7632c
  Author: Hartmut Kaiser <[email protected]>
  Date:   2020-09-20 (Sun, 20 Sep 2020)

  Changed paths:
    M docs/sphinx/api/public_api.rst
    M docs/sphinx/manual/writing_single_node_hpx_applications.rst
    M libs/full/include/include/hpx/algorithm.hpp
    M libs/full/include/include/hpx/include/parallel_set_operations.hpp
    M libs/parallelism/algorithms/CMakeLists.txt
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/detail/set_operation.hpp
    A 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/detail/upper_lower_bound.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/includes.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/set_difference.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/set_intersection.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/set_symmetric_difference.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/set_union.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/container_algorithms.hpp
    A 
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/set_symmetric_difference.hpp
    A 
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/set_union.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/util/detail/algorithm_result.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/util/result_types.hpp
    M 
libs/parallelism/algorithms/tests/unit/algorithms/set_symmetric_difference.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/set_union.cpp
    M libs/parallelism/algorithms/tests/unit/container_algorithms/CMakeLists.txt
    A 
libs/parallelism/algorithms/tests/unit/container_algorithms/set_symmetric_difference_range.cpp
    A 
libs/parallelism/algorithms/tests/unit/container_algorithms/set_union_range.cpp

  Log Message:
  -----------
  set_symmetric_difference and set_union adaptations for C++20

- fixing set_operations to use projections
- fixing includes (lower_bound/upper_bound use projections)
- fixing return values for all set operations


_______________________________________________
hpx-commits mailing list
[email protected]
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits

Reply via email to