Access a operator[] with [1,2,3] results in call to operator[](int)… Is this a bug?
I am attempting at access a class that is like a multidimensional array through the operator[].. only to discover that a comma separated set of parameters is reduced to the first parameter only.. This was a quite a surprise to me..