Skip to content

Commit 177f25f

Browse files
authored
Fix lint issues
1 parent f6b4c59 commit 177f25f

File tree

1 file changed

+2
-0
lines changed
  • content/cpp/concepts/unordered-set/terms/key-eq

1 file changed

+2
-0
lines changed

content/cpp/concepts/unordered-set/terms/key-eq/key-eq.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ The above program gives the following output:
5757
1
5858
0
5959
```
60+
6061
> **Note:** If two keys are considered equal by key_eq(), they must also produce the same hash value. Failing to maintain this consistency results in undefined behavior.
6162
6263
```codebyte/cpp
@@ -109,6 +110,7 @@ int main() {
109110
```
110111

111112
The above program gives the following output
113+
112114
```
113115
1
114116
1

0 commit comments

Comments
 (0)