avr-stl icon indicating copy to clipboard operation
avr-stl copied to clipboard

Update stl_map.h

Open stardust-kevin opened this issue 3 years ago • 0 comments

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".

stardust-kevin avatar Jan 23 '22 10:01 stardust-kevin