にゃははー

はへらー

2010-09-24から1日間の記事一覧

GCCのdecltype

gccのPage Redirection - GNU Project - Free Software Foundation (FSF)には実装されてると書いてるけど、std::identityが無くなったし、decltype( hoge )::fugaって取れるように仕様変更入ってるんだからできるだけ早く対応して欲しい・・・いちいち自分で…

llvm clangのfatal

clangでlimits.hをインクルードすると $ clang hoge.cpp In file included from hoge.cpp:1: In file included from /usr/include/limits.h:125: /usr/local/lib/clang/2.9/include/limits.h:35:15: fatal error: 'limits.h' file not found #include_next ^…