Skip to content

Commit 1e86760

Browse files
committed
[cxx-interop] Replace std module name with the new spelling CxxStdlib in the overlay
This is the third step in renaming the C++ stdlib module `std` into `CxxStdlib`. See #62296.
1 parent 2da8042 commit 1e86760

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)