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

1 · cpprefjp · Aug. 20, 2021, 8:09 a.m.
diff --git a/reference/filesystem/path/has_root_directory.md b/reference/filesystem/path/has_root_directory.md index d82376ad0..89a03848d 100644 --- a/reference/filesystem/path/has_root_directory.md +++ b/reference/filesystem/path/has_root_directory.md @@ -81,11 +81,10 @@ int main() #### 出力 ``` -"\" +"/" has root directory ``` -Windowsでの例は、Visual C++が正式にファイルシステムライブラリをサポートしていないことから、未検証のサンプルコード・出力となっている。 ## バージョン @@ -95,4 +94,4 @@ Windowsでの例は、Visual C++が正式にファイルシステムライブラ ### 処理系 - [Cl...