has_root_path -- 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_path.md b/reference/filesystem/path/has_root_path.md index 663769525..f74c5edaf 100644 --- a/reference/filesystem/path/has_root_path.md +++ b/reference/filesystem/path/has_root_path.md @@ -81,11 +81,10 @@ int main() #### 出力 ``` -"C:\" +"C:/" has root path ``` -Windowsでの例は、Visual C++が正式にファイルシステムライブラリをサポートしていないことから、未検証のサンプルコード・出力となっている。 ## バージョン @@ -95,4 +94,4 @@ Windowsでの例は、Visual C++が正式にファイルシステムライブラ ### 処理系 - [Clang](/implementation....