Corentin Jabot
Corentin Jabot
This implements move-only iterators. I still have to write tests for 35 or so more algorithms accepting InputIterator.
sequence_of_tuple | ranges::ext::view::elements static_array | ranges::ext::view::elements map | ranges::ext::view::keys; map | ranges::ext::view::values;
* TODO : Non icu-based default * Support more units * Detect supported units at compile time * Support long names * ratio ?
We would like to be able to create cmake OBJECT libraries ( https://gitlab.kitware.com/cmake/community/-/wikis/doc/tutorials/Object-Library ) with FRUT, as static libraries have some limitations ( objects that only defines global objects used...
Sharing a ccache between the various clang compiler builds could reduce build times drastically, thereby reducing costs.
The following code crashes with clang 9 https://github.com/facebookexperimental/libunifex/blob/fa377422d6af9c272df05d1f22442fdd11424adb/examples/p1897.cpp#L114 ``` auto indexed_for_sender = indexed_for( std::move(just_sender), execution::seq, ranges::iota_view{3}, [](int idx, std::vector& vec, const int& i){ vec[idx] = vec[idx] + i + idx;...
To fix tuple / get / pair for reference_wrapper and vectorreference