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.
g++ v3.4.6 で tr1 ヘッダーを使用できますか? もしそうなら、どうすればコンパイル時にそれらを見つけることができますか?
以下はコンパイルに失敗しています:
#include <tr1/memory>
次のエラーが発生します。
myModule.h:20:24: tr1/memory: No such file or directory
より新しいコンパイラに移行する必要がありますか、それともヘッダーをどこかに持っていますか?
代わりに、Boost はTR1 実装も提供します。