Skip to content

Commit c4574d5

Browse files
committed
[cpp] Bump api level to 500
1 parent 53ebc9e commit c4574d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/compiler.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ module Setup = struct
133133
add_std "php";
134134
"php"
135135
| Cpp ->
136-
Common.define_value com Define.HxcppApiLevel "430";
136+
Common.define_value com Define.HxcppApiLevel "500";
137137
add_std "cpp";
138138
if Common.defined com Define.Cppia then
139139
actx.classes <- (Path.parse_path "cpp.cppia.HostClasses" ) :: actx.classes;

0 commit comments

Comments
 (0)