Branch: refs/heads/fixing_algorithms
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: ca935a19e073c8351bba2901c3c2545cb9f6b439
      
https://github.com/STEllAR-GROUP/hpx/commit/ca935a19e073c8351bba2901c3c2545cb9f6b439
  Author: Hartmut Kaiser <[email protected]>
  Date:   2020-10-24 (Sat, 24 Oct 2020)

  Changed paths:
    M 
libs/core/iterator_support/include/hpx/iterator_support/traits/is_iterator.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/copy.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/detail/transfer.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/algorithms/transform_reduce.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/all_any_none.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/copy.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/set_difference.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/set_intersection.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/set_symmetric_difference.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/set_union.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/transform_reduce.hpp

  Log Message:
  -----------
  Lessen constraints on certain algorithm arguments

- some sequential algorithms (copy, etc.) are fully functional if - when
  used sequentially - the destination is just an output iterator
- fixing is_output_iterator
- flyby: minor formatting changes


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

Reply via email to