Marcel
Marcel
This compiles now with: ``` :2:16: error: 'auto' not allowed in function prototype that is not a function declaration void (*func)(auto) = [](auto x) {}; ^~~~ 1 error generated. Compiler...
Okay I figured out that I can use ```terminal # in bash ulimit -Sv 1000000 ``` to force a kill of clang if it consumes more than 1gb. With this...
AFAIK, we solved the problem by dropping range-v3 as dep and reimplementing some of the views ourselves.
> Thanks a lot! > > Can you also add a to-do list with stuff that still must/needs/should be done regarding the code? Not sure if you meant it like...