Line 12: Char 29: error: cannot use type 'void' as a range 12 | for(auto [dy, dx] : {{-1,0}, {1,0}, {0,1}, {0,-1} } ) { | ^
I got similar problem, what to do here?
(I am using c++23)