如果我尝试#include <map>
或<set>
,我会收到以下错误。
fatal error: map: No such file or directory
#include <map>
^
compilation terminated.
STL的其余部分似乎在那里。我可以#include <vector>
好。
我正在使用以下工具链
g++ (GCC) 4.9.2 20150212
libstdc++-4.9.2-6.fc21.x86_64
libstdc++-devel-4.9.2-6.fc21.x86_64