diff --git a/source/to_cpp1.h b/source/to_cpp1.h index 74ab07acf..6675b5bff 100644 --- a/source/to_cpp1.h +++ b/source/to_cpp1.h @@ -4109,6 +4109,8 @@ class cppfront && ( x.op->type() == lexeme::Slash || x.op->type() == lexeme::SlashEq + || x.op->type() == lexeme::Modulo + || x.op->type() == lexeme::ModuloEq ) ) {