Closed schnellerhase closed 4 months ago
I'd be interested to see where we are with C++23 support across Basix platforms - enable it and try the ranges::fold_left?
I'd be interested to see where we are with C++23 support across Basix platforms - enable it and try the ranges::fold_left?
On this PR or another one maybe?
I'd be interested to see where we are with C++23 support across Basix platforms - enable it and try the ranges::fold_left?
On this PR or another one maybe?
New PR so that this PR doesn’t get held up.
Note currently both
std::accumulate
andstd::reduce
which are frequently used inbasix
do not offer::ranges
equivalents inC++20
.