Esempio n. 1
0
File: e7-1.cpp Progetto: hizcode/ppp
void clean_up_mess()
{ 
    ts.ignore(print);
}
Esempio n. 2
0
void clean_up_mess()
{
  ts.ignore(PRINT);
}
void clean_up_mess() // Ignores all characters before ';' if an exception was thrown
{
	ts.ignore(print);
}
Esempio n. 4
0
void clean_up_mess(Token_stream& ts)
{
	ts.ignore(print);
}