Dillon

Results 70 comments of Dillon

This just looks like make test, but yes, the gcc version would be helpful. I remember testing gcc for a while via Travis so it at least worked at some...

I was able to reproduce this on gcc 9.4 on Ubuntu. Unfortunately this seems like a pretty basic compiler bug and I'm not sure if there is a reasonable workaround....

I actually did find a workaround for this and other issues that old GCC versions struggled with. It was actually `make_compact_dims` that seemed harder to help with ambiguous overloads for,...

I think unless there is some other bigger simplification we can make by targeting C++17 instead of C++14, it's not worth changing just for this? Personally I don't mind the...

I think this is not actually technically broken on the various STLs I've tried, it just fails in a way that doesn't produce the right SFINAE behavior. It produces large...

I was thinking about this a bit. It's probably a good idea to add a `fixed_dense_shape` type (see #74). This is tricky enough to implement that we should provide a...

`matrix_shape` has the dense dimension as the second dimension, so it wouldn't be the same thing...

Added a start of this in https://github.com/dsharlet/array/tree/flat-iterators, I am concerned performance will be bad though.

Hi, thank you for this! I'd be happy to add the CMakeLists.txt to the project, I'd be happy to either accept a PR or add it myself, either way. If...