Hartmut Kaiser

Results 58 issues of Hartmut Kaiser

- flyby: small_vector tweaks

type: enhancement
category: components
type: compatibility issue
project: FLeCSI

type: enhancement

- flyby: fixing minor issues with run_loop test Fixes #5753

type: enhancement
type: compatibility issue
category: senders/receivers

type: optimization
type: enhancement
type: compatibility issue
type: cleanup

category: core
type: enhancement
type: compatibility issue

type: enhancement
type: compatibility issue
category: algorithms

See https://github.com/microsoft/vcpkg/pull/33106#issuecomment-1677125807 for details

type: defect
platform: Windows
compiler: msvc

C++23 added the following `fold` algorithms: - `ranges::fold_left` (https://en.cppreference.com/w/cpp/algorithm/ranges/fold_left) - `ranges::fold_left_first` (https://en.cppreference.com/w/cpp/algorithm/ranges/fold_left_first) - `ranges::fold_right` (https://en.cppreference.com/w/cpp/algorithm/ranges/fold_right) - `ranges::fold_right_first` (https://en.cppreference.com/w/cpp/algorithm/ranges/fold_right_first) - `ranges::fold_left_with_iter` (https://en.cppreference.com/w/cpp/algorithm/ranges/fold_left_with_iter) - `ranges::fold_left_first_with_iter` (https://en.cppreference.com/w/cpp/algorithm/ranges/fold_left_first_with_iter) These algorithms are specified as enforcing...

type: enhancement
type: compatibility issue
category: algorithms

From IRC: ``` [16:37] beojan: I've noticed that if I use the `--hpx:queuing=shared` option to enable a shared queue across hardware threads, my program crashes when I run it through...

type: defect
category: parcel transport
category: scheduler

category: core
type: enhancement
type: feature request
category: runtime