Are tr1 headers available for gcc v3.4.6?
Posted
by WilliamKF
on Stack Overflow
See other posts from Stack Overflow
or by WilliamKF
Published on 2010-05-15T16:26:07Z
Indexed on
2010/05/15
16:34 UTC
Read the original article
Hit count: 181
Are tr1 headers available for g++ v3.4.6? If so, how can I locate them at compile 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?
© Stack Overflow or respective owner