multimap/multiset

closed account (SECMoG1T)
Hi all, I got a problem with my IDEs I can't use any of these files
1
2
 #include <multimap>
 #include <multiset> 


previously I could use these files successfuly but now am getting all these errors , I have tried to rebuild, clean my projects but the errors persist, so am wondering would this results from an update for Vs 2013, for C::B am the one who changed the compiler btw ain't sure if that should affect anything at all, have anyone around here encountered such a problem, how did you resolve the error.


In Vs 2013

error C1083 Cannot open include file 'multimap': No such file or directory
IntelliSense: cannot open source file "multimap"


In Codeblocks : Gnu gcc 4.9.2 x86_64 ///I updated this compiler recently

fatal error: multimap : No such file or directory
=== Build failedj: 1 error(s), 0 warning(s) (0 minute(s), 5 second(s))===


Thanks in advance,
Andy.
Last edited on
Under the right side of the advertisement it shows that multimap is in <map>
http://www.cplusplus.com/reference/map/multimap/

Pro tip:
Type out cplusplus.com/multiset or cplusplus.com/functionOrClassName and you should see what you are interested in.
closed account (SECMoG1T)
Ooh thank you very much @kevin, I must be sooo damn outdated . I hadn't realized that yet, thanks again.
Topic archived. No new replies allowed.