示例#1
0
文件: e7-1.cpp 项目: hizcode/ppp
void clean_up_mess()
{ 
    ts.ignore(print);
}
示例#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);
}
示例#4
0
文件: 8-1.cpp 项目: JayDz/PPP-answers
void clean_up_mess(Token_stream& ts)
{
	ts.ignore(print);
}