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

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