apply for clang with -std=c++xx is on

Signed-off-by: yanghaiming <yanghaiming4@huawei.com>
This commit is contained in:
yanghaiming 2024-09-04 10:24:24 +08:00
parent 99393181d3
commit 8aa0addecd

View File

@ -679,7 +679,7 @@ typedef struct {
/** int type. */
int num;
/** bool type. */
_Bool boolean;
bool boolean;
} content;
} JSVM_CompileOptions;