Skip to content

Commit 5e79d63

Browse files
authored
Merge pull request #78758 from swiftlang/egorzhdan/6.1-compressed-pair
🍒[cxx-interop] Do not import `std::__compressed_pair`
2 parents c606d92 + 6d873db commit 5e79d63

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/ClangImporter/ImportDecl.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2764,6 +2764,7 @@ namespace {
27642764
decl->getDeclContext()->getParent()->isStdNamespace() &&
27652765
decl->getIdentifier() &&
27662766
(decl->getName() == "tzdb" || decl->getName() == "time_zone_link" ||
2767+
decl->getName() == "__compressed_pair" ||
27672768
decl->getName() == "time_zone"))
27682769
return nullptr;
27692770

0 commit comments

Comments
 (0)