Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ここに私の「プログラム」があります:
#include <string> #include <ext/hash_map> int main() { std::hash_map<std::string, int> myMap; }
Red Hat で g++ を使用してコンパイルしようとしています。誰かがコンパイラが不平を言う理由を説明できますか:
error: 'hash_map' is not a member of 'std'