for(auto i: {{1,2,3}, {4,5,6}, {7,8,9}}){
/* loop body */
}
I know I have other ways to get my work done. But I was just wondering why we cannot use such type of list in this loop.
It is giving me this error:
cannot use type 'void' as a range