Francesco Rizzi
Francesco Rizzi
agreed, let me modify the PR
@rwgk my bad for writing a description that was imprecise. My origianl main intent was to add `operator()` and when i said bounds was imprecise. I fixed the description now....
CI failure is unrelated (failed to fetch boost)
I actually used those before but I remember having some issues. Obviously now I don't remember off the top of my head the issues... but that was one of the...
Btw I actually would have proposed a multi index subscript operator [] that would be intuitive and also equivalent to python syntax. https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2021/p2128r6.pdf I think that would probably be my...
I understand all these viewpoints , but I like to point out that the proxies are (1) not intuitive (2) a deviation from any "linear algebra/container like" thing, and (3)...
this needs to be rebased and also reverified because even if it works, maybe is could be improved or simplified
on https://en.cppreference.com/w/cpp/algorithm/adjacent_difference am i missing it or the precondition is not stated ?
Yes right, I was just surprised the other part of the condition was missing
I think what you highlight refers to what requirements "op" should have and so what it should do or not doto its arguments. How the result of op is used...