We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff47b79 commit 8dec62dCopy full SHA for 8dec62d
reference/ranges/join_with_view.md
@@ -19,8 +19,6 @@ namespace std::ranges {
19
```
20
* compatible-joinable-ranges[italic]
21
* bidirectional-common[italic]
22
-* common_with[link /reference/concepts/common_with.md]
23
-* common_reference_with[link /reference/concepts/common_reference_with.md]
24
25
## 概要
26
@@ -107,7 +105,7 @@ int main() {
107
105
}
108
106
109
110
-* views::join[color ff0000]
+* views::join_with[color ff0000]
111
112
### 出力
113
@@ -140,7 +138,8 @@ int main() {
140
138
println("{}", sv | views::join_with("-C++23-"sv) | ranges::to<string>());
141
139
142
143
+* ranges::to[link to.md]
144
145
146
0 commit comments