id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 1503,typeof bug (big integral constant),Viper Craft,Peder Holt,"Following small piece of code demonstrate problem: {{{ #include int main() { const BOOST_AUTO(uid_mask, 0xFFFFFFFFFFL); // # sutation 1 const BOOST_AUTO(type_id_mask, 0xFFFF); const BOOST_AUTO(res_id_mask, 0xFF); return 0; } }}} BOOST_AUTO macro produce wrong type 'long', but in situation # 1, it shall produce 'long long' type instead. ",Bugs,closed,,typeof,Boost 1.34.1,Problem,fixed,,