iterator -- Merge pull request #892 from 0xbadfca11/patch-1

1 · cpprefjp · Aug. 20, 2021, 8:09 a.m.
diff --git a/reference/filesystem/path/iterator.md b/reference/filesystem/path/iterator.md index cce906677..3f6210116 100644 --- a/reference/filesystem/path/iterator.md +++ b/reference/filesystem/path/iterator.md @@ -85,12 +85,11 @@ int main() #### 出力 ``` "C:" -"\" +"/" "Program Files" "a.txt" ``` -Windowsでの例は、Visual C++が正式にファイルシステムライブラリをサポートしていないことから、未検証のサンプルコード・出力となっている。 ### パスの最後がディレクトリ区切り文字の場合の例 @@ -127,7 +126,7 @@ int main() ### 処理系 - [Clang](/implementation.md#clang): - [GC...