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.
是否有适用于 AIX 4.3 的 xlC/VACPP 版本,在给出以下源时不会阻塞:
#include <map> int main(void) { return 0; }
如果是,它仍然可以在任何地方使用吗?
这不是编译器本身,而是编译器附带旧版本的 STL 的事实。您应该能够安装Apache 的 STL来解决此问题。
您可能想尝试使用STLport作为编译器附带的 STL 的替代品。