Hello,
I see on the cpp reference c++23 page that nvc++ does not support the multidimensional operator[] introduced by P2128R6.
I would really like to use this feature in my codebase. The other compilers that I need to support (GCC, CLANG, and ICX) have implemented this feature for a few major versions, so I was curious if nvc++ would support this in the near future. I think it would be a good feature for NVIDIA’s scientific computing community since it can make multidimensional indices more readable.
Thanks for your time,
Josh