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_not_equal.md b/reference/filesystem/path/op_not_equal.md index 648177000..2553e0fd6 100644 --- a/reference/filesystem/path/op_not_equal.md +++ b/reference/filesystem/path/op_not_equal.md @@ -55,4 +55,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 ...