id summary reporter owner description type status milestone component version severity resolution keywords cc 3041 [GIL] Patch for regression test failures in GCC 4.4 Richard Webb Hailin Jin "The GIL regression tests have a number of failures on GCC 4.4, bue to conflicts between gil::at_c and mpl::at_c. for example: http://tinyurl.com/qag3e3 http://tinyurl.com/qdxwna The attached patch avoids these problems by qualifying some calls to at_c with gil::, and additionaly replaces the 'using namespace std' in pixel.cpp with 'using std::swap' in order to avoid an ambiguity with std::prev (as seen in the second link above)." Patches closed Boost 1.40.0 gil USE GITHUB Boost Development Trunk Problem fixed tim@…