mardi 14 mars 2023

E0441 argument list for class template "std::map" is missing (I can't use #include )? [closed]

All I am trying to do is make a map in C++, but I can't even use the map class.

#include statements: image

image

And if I don't use the line using map = std::map; it still gives me this when trying to actually create a map.

image

My map header file is up to date.

I tried updating my map header file, and re-phrasing my #include statement, and usage of the class as much as I could. I simply can't use maps?

Aucun commentaire:

Enregistrer un commentaire