We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
C++ 20
1 parent a3786d3 commit ce1d164Copy full SHA for ce1d164
1 file changed
tests-ffi/tests.sh
@@ -47,7 +47,7 @@ function run_ffi_test() {
47
build_output=$(basename "$file" ".cxx")
48
file_name=$(basename "$file")
49
50
- $clang_cxx "$file" -l"$sqlite_lib" "$static_lib_path" -o "$build_dir/$build_output"
+ $clang_cxx "$file" -l"$sqlite_lib" "$static_lib_path" -o "$build_dir/$build_output" -std=c++20
51
echo
52
echo -e -n "\e[0;32m[+] Test for $file_name:\e[0;37m"
53
0 commit comments