Eric Niebler

Results 45 issues of Eric Niebler

i often need to need to use NVHPC nightly builds for my CCCL development. i keep the nightly NVHPC SDK in a directory under `~`, but it is not properly...

currently an sref like `[exec.continues.on#5]{.sref}` correctly generates a link to p5 of `[exec.continues.on]`, but will generate a warning: ``` mpark/wg21: stable name exec.continues.on#5 not found ``` and then fail to...

it would be groovy if i could create an `mdspan` from an `mdarray` like `mdspan{array}`. something like this might work: ```c++ //! \brief Deduction guide for \c ::std::mdspan that makes...

## Description my focus recently has been shoring up `std::execution`'s algorithm customization mechanism ahead of the C++26 release. in that mechanism, the domains on which an operation starts and completes...