Searched refs:VoidBeginADL (Results 1 – 2 of 2) sorted by relevance
245 struct VoidBeginADL {}; struct246 void begin(VoidBeginADL); // expected-note {{selected 'begin' function with iterator type 'void'}}247 void end(VoidBeginADL);254 for (auto a : VoidBeginADL()) { // expected-error {{cannot use type 'void' as an iterator}} in j()
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()