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

1 · cpprefjp · Aug. 20, 2021, 8:09 a.m.
diff --git a/reference/filesystem/path/op_equal.md b/reference/filesystem/path/op_equal.md index 30d3795cf..ee2ebe1c8 100644 --- a/reference/filesystem/path/op_equal.md +++ b/reference/filesystem/path/op_equal.md @@ -59,4 +59,4 @@ int main() ### 処理系 - [Clang](/implementation.md#clang): - [GCC](/implementation.md#gcc): 8.1 -- [Visual C++](/implementation.md#visual_cpp): +- [Visual C++](/implementation.md#visual_cpp): 2017 Update 7 ...