Skip to content

Commit bcb56ae

Browse files
authored
Merge pull request MicrosoftDocs#2704 from EvilC0der/patch-1
Update unordered-map-class.md
2 parents 2427741 + 03b62a4 commit bcb56ae

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/standard-library/unordered-map-class.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ If the argument key value is not found, then the function throws an object of cl
180180
#include <unordered_map>
181181
#include <iostream>
182182
183-
typedef std::unordered_map<char, int> Mymap;
184183
typedef std::unordered_map<char, int> Mymap;
185184
int main()
186185
{

0 commit comments

Comments
 (0)