Branch: refs/heads/fixing_1403
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 70058bc4c7ec9caf4e3f337a5301289b03b54f5c
      
https://github.com/STEllAR-GROUP/hpx/commit/70058bc4c7ec9caf4e3f337a5301289b03b54f5c
  Author: Thomas Heller <thom.hel...@gmail.com>
  Date:   2019-09-24 (Tue, 24 Sep 2019)

  Changed paths:
    R hpx/traits/is_tuple_like.hpp
    M libs/datastructures/CMakeLists.txt
    M libs/datastructures/include/hpx/datastructures/tuple.hpp
    A libs/datastructures/include/hpx/traits/is_tuple_like.hpp
    M libs/datastructures/tests/unit/CMakeLists.txt
    M libs/datastructures/tests/unit/any.cpp
    M libs/datastructures/tests/unit/small_big_object.hpp
    M libs/datastructures/tests/unit/tuple.cpp

  Log Message:
  -----------
  Making hpx::util::tuple<Ts...> and std::tuple<Ts...> convertible

Fixes #1403 by allowing the use of hpx::util::get with std::tuple and
std::get with hpx::util::tuple::get. Same goes for the utilities
tuple_size and tuple_element.
An additional conversion operator from hpx::util::tuple<Ts..> to
std::tuple<Ts..> has been added to make the two types interchangable.

Flyby: Making the datastructures unit test only depend on itself and
hpx_testing: Adding hpx/traits/is_tuple_like.hpp


  Commit: 9ec5b73829f7ca53209e0c0ebc5b125263416476
      
https://github.com/STEllAR-GROUP/hpx/commit/9ec5b73829f7ca53209e0c0ebc5b125263416476
  Author: Hartmut Kaiser <hartmut.kai...@gmail.com>
  Date:   2019-09-24 (Tue, 24 Sep 2019)

  Changed paths:
    M libs/datastructures/CMakeLists.txt
    M libs/datastructures/include/hpx/datastructures/tuple.hpp
    M libs/datastructures/tests/unit/tuple.cpp
    M libs/filesystem/CMakeLists.txt

  Log Message:
  -----------
  Hiding implementations of std::get<> for hpx::util::future behind an ADL 
barrier

- adding option to disable the integration of hpx::tuple with std::tuple
- flyby: fixing default value for 
HPX_FILESYSTEM_WITH_BOOST_FILESYSTEM_COMPATIBILITY


Compare: 
https://github.com/STEllAR-GROUP/hpx/compare/91442371dfec...9ec5b73829f7
_______________________________________________
hpx-commits mailing list
hpx-commits@stellar.cct.lsu.edu
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits

Reply via email to