Skip to content

Commit f92e4eb

Browse files
authored
Merge pull request #63347 from apple/egorzhdan/docs-cxxstdlib
[cxx-interop][docs] Update the C++ stdlib module name
2 parents bf2816b + 8bf3f0f commit f92e4eb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/CppInteroperability/CppInteroperabilityStatus.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ using V = std::vector<long>;
2222
```Swift
2323
// main.swift
2424
import CxxTypes
25-
import std.vector
26-
import std.algorithm
25+
import CxxStdlib
2726

2827
// We can extend C++ types in Swift.
2928
extension V : RandomAccessCollection {

0 commit comments

Comments
 (0)