Explorar o código

[cpp] Some missing AssignOperators

Hugh %!s(int64=9) %!d(string=hai) anos
pai
achega
5eee4f6591
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      gencpp.ml

+ 3 - 0
gencpp.ml

@@ -2437,6 +2437,9 @@ let gen_cpp_ast_expression_tree ctx tree =
       | OpMult -> "*="
       | OpDiv -> "/="
       | OpSub -> "-="
+      | OpAnd -> "&="
+      | OpOr -> "|="
+      | OpXor -> "^="
       | OpAssign -> "="
       | OpShl -> "<<="
       | OpShr -> ">>="