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