Skip to content

Commit eb6339d

Browse files
authored
Merge pull request #78696 from swiftlang/egorzhdan/compressed-pair
[cxx-interop] Do not import `std::__compressed_pair`
2 parents 600dcd0 + cb2bd32 commit eb6339d

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
@@ -2767,6 +2767,7 @@ namespace {
27672767
decl->getDeclContext()->getParent()->isStdNamespace() &&
27682768
decl->getIdentifier() &&
27692769
(decl->getName() == "tzdb" || decl->getName() == "time_zone_link" ||
2770+
decl->getName() == "__compressed_pair" ||
27702771
decl->getName() == "time_zone"))
27712772
return nullptr;
27722773

0 commit comments

Comments
 (0)