Skip to content

Commit 7421c07

Browse files
authored
Merge pull request #62316 from apple/egorzhdan/cxxstdlib-step3
[cxx-interop] Replace `std` module name with the new spelling `CxxStdlib` in the overlay
2 parents 2b248f9 + 1e86760 commit 7421c07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/Cxx/std/std.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
//
1111
//===----------------------------------------------------------------------===//
1212

13-
@_exported import std // Clang module
13+
@_exported import CxxStdlib // Clang module
1414
@_exported import Cxx // Swift module

0 commit comments

Comments
 (0)