#include的可用性 在 AIX 4.3 上使用 xlC

发布于 2024-07-12 02:20:43 字数 157 浏览 6 评论 0原文

是否有适用于 AIX 4.3 的 xlC/VACPP 版本,当给出以下来源时该版本不会阻塞:

#include <map>

int main(void)
{
  return 0;
}

如果是,它在任何地方仍然可用吗?

Is there a version of xlC/VACPP available for AIX 4.3, which does not choke when given following source:

#include <map>

int main(void)
{
  return 0;
}

If yes, is it still available anywhere?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

山人契 2024-07-19 02:20:43

您可能想尝试使用 STLport 作为编译器附带的 STL 的替代品。

You might want to try using STLport as a replacement for the STL shipped with the compiler.

顾冷 2024-07-19 02:20:43

这不是编译器本身的问题,而是编译器附带旧版本 STL 的事实。 您应该能够安装 Apache 的 STL 来解决此问题。

It's not the compiler, per se, but the fact that the compiler shipped with an old version of the STL. You should be able to install Apache's STL to fix this.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文