id summary reporter owner description type status milestone component version severity resolution keywords cc 7145 rational.hpp - Avoid repeated construction Dan Searles Jonathan Turkanis "In rational.hpp, two times 'IntType zero(0);' is used to ""Avoid repeated construction"" and two times 'int_type const zero( 0 );' is used. The two without the const may not be avoiding repeated construction. Since int_type is just a typedef from IntType, it might be clearer if all int_type were replaced with IntType and the typedef for int_type removed." Bugs new To Be Determined rational Boost 1.51.0 Problem