RM
unread,Aug 28, 2020, 3:31:25 AM8/28/20You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Uczę się C++.
Nie rozumiem dlaczego mam błąd w poniższej definicji typu:
typedef std::unordered_map<std::string /* found string in apostrophes
*/, std::string /* key in $GLOBALS */> strings_map;
Oto ten błąd:
src/common.hpp:70:14: error: ‘unordered_map’ in namespace ‘std’ does not
name a template type
typedef std::unordered_map<std::string /* found string in apostrophes
*/, std::string /* key in $GLOBALS */> strings_map;
Przecież klasa std::unordered_map to szablon.