Skip to content

Commit 362d6c1

Browse files
authored
Merge pull request MicrosoftDocs#3359 from MicrosoftDocs/FromPublicMasterBranch
Confirm merge from FromPublicMasterBranch to master to sync with https://github.com/MicrosoftDocs/cpp-docs (branch master)
2 parents 757ff6a + bcb56ae commit 362d6c1

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)