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

1 · cpprefjp · Aug. 20, 2021, 8:10 a.m.
diff --git a/reference/filesystem/path/string.md b/reference/filesystem/path/string.md index ce73d520a..7df1ad64a 100644 --- a/reference/filesystem/path/string.md +++ b/reference/filesystem/path/string.md @@ -107,11 +107,10 @@ int main() #### 出力 ``` -foo\bar -foo\bar +foo/bar +foo/bar ``` -Windowsでの例は、Visual C++が正式にファイルシステムライブラリをサポートしていないことから、未検証のサンプルコード・出力となっている。 ## バージョン @@ -121,4 +120,4 @@ Windowsでの例は、Visual C++が正式にファイルシステムライブラ ### 処理系 - [Clang](/implementation.md#clang): - [GC...