Skip to content

Update stl_map.h#8

Open
stardust-kevin wants to merge 1 commit intoandysworkshop:masterfrom
stardust-kevin:master
Open

Update stl_map.h#8
stardust-kevin wants to merge 1 commit intoandysworkshop:masterfrom
stardust-kevin:master

Conversation

@stardust-kevin
Copy link

Fixed "reference to 'map' is ambiguous" when using mapping code segment, for example "map<string,int>hash;“ will cause error.So I need to use "std::map<string,int>hash;". In Arduino, if someone use "Map" instead of "std::map", it may be more concise, just like "Java Map".

Fixed "reference to 'map' is ambiguous" when using mapping code segment, for example "Map<string,int>hash“.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant