@@ -3362,10 +3362,12 @@ const typename AbstractManglingParser<
33623362 " operator co_await" },
33633363 {" az" , OperatorInfo::OfIdOp, /* Type*/ false , Node::Prec::Unary, " alignof " },
33643364 {" cc" , OperatorInfo::NamedCast, false , Node::Prec::Postfix, " const_cast" },
3365- {" cl" , OperatorInfo::Call, /* Paren*/ false , Node::Prec::Postfix, " operator()" },
3365+ {" cl" , OperatorInfo::Call, /* Paren*/ false , Node::Prec::Postfix,
3366+ " operator()" },
33663367 {" cm" , OperatorInfo::Binary, false , Node::Prec::Comma, " operator," },
33673368 {" co" , OperatorInfo::Prefix, false , Node::Prec::Unary, " operator~" },
3368- {" cp" , OperatorInfo::Call, /* Paren*/ true , Node::Prec::Postfix, " operator()" },
3369+ {" cp" , OperatorInfo::Call, /* Paren*/ true , Node::Prec::Postfix,
3370+ " operator()" },
33693371 {" cv" , OperatorInfo::CCast, false , Node::Prec::Cast, " operator" }, // C Cast
33703372 {" dV" , OperatorInfo::Binary, false , Node::Prec::Assign, " operator/=" },
33713373 {" da" , OperatorInfo::Del, /* Ary*/ true , Node::Prec::Unary,
0 commit comments