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

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