Skip to content

Commit 76c217e

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ The first two member functions return a forward iterator that points at the firs
226226
#include <unordered_map>
227227
#include <iostream>
228228
229-
#typedef std::unordered_map<char, int> Mymap;
229+
typedef std::unordered_map<char, int> Mymap;
230230
int main()
231231
{
232232
Mymap c1;

0 commit comments

Comments
 (0)