If I try to #include <map>
or <set>
, I get the following error ..
fatal error: map: No such file or directory
#include <map>
^
compilation terminated.
The rest of the STL appears to be there. I can #include <vector>
ok.
I'm using the following toolchain
g++ (GCC) 4.9.2 20150212
libstdc++-4.9.2-6.fc21.x86_64
libstdc++-devel-4.9.2-6.fc21.x86_64