id summary reporter owner description type status milestone component version severity resolution keywords cc 4904 Comparison between signed and unsigned integer expressions sagimihaly+boost@… Aleksey Gurtovoy "Compiling with g++ 4.4, I get the following warning: /boost/mpl/print.hpp:55: warning: comparison between signed and unsigned integer expressions the expression is sizeof(T) > -1 Is there a specific reason for not using sizeof(T) >= 0 instead?" Bugs closed To Be Determined mpl Boost 1.45.0 Cosmetic invalid