Skip to content

Commit b98f71f

Browse files
committed
[cxx-interop] Allow initializing SetAlgebra from a C++ container
1 parent 16d02db commit b98f71f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stdlib/public/Cxx/CxxConvertibleToCollection.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ extension RangeReplaceableCollection {
5353
}
5454
}
5555

56-
extension Set {
57-
/// Creates an set containing the elements of a C++ container.
56+
extension SetAlgebra {
57+
/// Creates a set containing the elements of a C++ container.
5858
///
5959
/// This initializes the set by copying every element of the C++ container.
6060
///

0 commit comments

Comments
 (0)