Explorar o código

Bump hxcpp api level to 332 to replace some dynamic_casts with _hx_isInstanceOf

hughsando %!s(int64=8) %!d(string=hai) anos
pai
achega
3178feae2d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/compiler/main.ml

+ 1 - 1
src/compiler/main.ml

@@ -252,7 +252,7 @@ module Initialize = struct
 					add_std "php";
 				"php"
 			| Cpp ->
-				Common.define_value com Define.HxcppApiLevel "331";
+				Common.define_value com Define.HxcppApiLevel "332";
 				add_std "cpp";
 				if Common.defined com Define.Cppia then
 					classes := (Path.parse_path "cpp.cppia.HostClasses" ) :: !classes;