We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 176d7c4 commit 6c5da9eCopy full SHA for 6c5da9e
test/Interop/Cxx/operators/non-member-out-of-line.swift
@@ -1,5 +1,5 @@
1
// RUN: %empty-directory(%t)
2
-// RUN: %target-clang -c %S/Inputs/non-member-out-of-line.cpp -I %S/Inputs -o %t/non-member-out-of-line.o
+// RUN: %target-clang -c %S/Inputs/non-member-out-of-line.cpp -I %S/Inputs -o %t/non-member-out-of-line.o -std=c++17
3
// RUN: %target-build-swift %s -I %S/Inputs -o %t/non-member-out-of-line %t/non-member-out-of-line.o -Xfrontend -enable-cxx-interop
4
// RUN: %target-codesign %t/non-member-out-of-line
5
// RUN: %target-run %t/non-member-out-of-line
0 commit comments