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

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