boost 1.33.1 で
#include <boost/integer.hpp>
int main(int c, char *v[]){
boost::int_t<64>::least integer_64bit;
return 0;
}
って駄目なんだ。がっくし。静的に 64 bit って決まってるなら int64_t でいいんだけども、コンパイル時に決まる場合は自分で判別しないと駄目か。
« ということで | メイン | Gmailが誰でも利用可能に »
boost 1.33.1 で
#include <boost/integer.hpp>
int main(int c, char *v[]){
boost::int_t<64>::least integer_64bit;
return 0;
}
って駄目なんだ。がっくし。このエントリーのトラックバックURL:
http://yoffy.dyndns.org/cgi-bin/mt/mt-tb.cgi/505