开发者

Are tr1 headers available for gcc v3.4.6?

开发者 https://www.devze.com 2022-12-31 10:15 出处:网络
Are tr1 headers available for g++ v3.4.6?If so, how can I locate them at co开发者_StackOverflow中文版mpile time.

Are tr1 headers available for g++ v3.4.6? If so, how can I locate them at co开发者_StackOverflow中文版mpile time.

The following is failing to compile:

#include <tr1/memory>

With the following error:

myModule.h:20:24: tr1/memory: No such file or directory

Do I need to move to a later compiler or do I have the headers somewhere?


As an alternative, Boost provides a TR1 implementation too.

0

精彩评论

暂无评论...
验证码 换一张
取 消