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

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