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

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