Searched refs:VoidBeginADL (Results 1 – 1 of 1) sorted by relevance
261 struct VoidBeginADL {}; struct262 void begin(VoidBeginADL); // expected-note {{selected 'begin' function with iterator type 'void'}}263 void end(VoidBeginADL);270 for (auto a : VoidBeginADL()) { // expected-error {{cannot use type 'void' as an iterator}} in j()