示例#1
0
 void end_array(const basic_parsing_context<Char>& context)
 {
     do_end_array(context);
 }
 void end_array()
 {
     do_end_array();
 }