Skip to content

Commit

Permalink
type_info::operator!= : =が変だったのを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
onihusube committed Apr 14, 2023
1 parent abc2598 commit b240dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/typeinfo/type_info/op_not_equal.md
Expand Up @@ -12,7 +12,7 @@ bool operator!=(const type_info& rhs) const noexcept; // (1) C++11

## 概要
2つの型が異なるかを判定する
(C++20からは、`operator=`から導出される)
(C++20からは、`operator==`から導出される)


## 戻り値
Expand Down

0 comments on commit b240dfd

Please sign in to comment.