Skip to content

Commit

Permalink
fix that notes on correct place
Browse files Browse the repository at this point in the history
  • Loading branch information
suomesta committed Mar 20, 2023
1 parent c8f5e5b commit 59b8773
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions reference/bitset/bitset/op_equal.md
Expand Up @@ -22,6 +22,10 @@ constexpr bool operator==(const bitset<N>& rhs) const noexcept; // (1) C++23
投げない。


## 備考
- この演算子により、`operator!=`が使用可能になる (C++20)


##
```cpp example
#include <iostream>
Expand Down
4 changes: 0 additions & 4 deletions reference/bitset/bitset/op_not_equal.md
Expand Up @@ -23,10 +23,6 @@ constexpr bool operator!=(const bitset<N>& rhs) const noexcept; // (1) C++23
投げない。


## 備考
- この演算子により、`operator!=`が使用可能になる (C++20)


##
```cpp example
#include <iostream>
Expand Down

0 comments on commit 59b8773

Please sign in to comment.