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 b7f551f commit a0b5e93Copy full SHA for a0b5e93
test/Interop/Cxx/stdlib/use-std-function.swift
@@ -10,7 +10,7 @@
10
// libstdc++11 declares a templated constructor of std::function with an rvalue-reference parameter,
11
// which aren't yet supported in Swift. Therefore initializing a std::function from Swift closures
12
// will not work on the platforms that are shipped with this version of libstdc++ (rdar://125816354).
13
-// XFAIL: LinuxDistribution=ubuntu-24.10
+// XFAIL: LinuxDistribution=ubuntu-24.04
14
// XFAIL: LinuxDistribution=ubuntu-22.04
15
// XFAIL: LinuxDistribution=rhel-9.3
16
// XFAIL: LinuxDistribution=rhel-9.4
0 commit comments