id summary reporter owner description type status milestone component version severity resolution keywords cc 2784 Wrong initialization of data members in packed_pixel constructors Tim Bruylants Hailin Jin "Just stumbled upon it by accident. The constructor ""packed_pixel(int chan0, int chan1, int chan2, int chan3)"" assigns ""at_c<2>(*this)=chan3;"" (overwriting the previous value of at_c<2>). This should be ""at_c<3>(*this)=chan3;"" Similar problem exists in the constructor ""packed_pixel(int chan0, int chan1, int chan2, int chan3, int chan4)"" where ""chan3"" and ""chan4"" are assigned incorrectly. I have not included a patch, since fixing the problem is straight forward." Bugs closed Boost 1.39.0 gil USE GITHUB Boost 1.38.0 Problem fixed GIL packed_pixel