id summary reporter owner description type status milestone component version severity resolution keywords cc 3968 coordinate_matrix broken on MSVC10 Thomas Klimpel Gunter "The swap functions of ""index_pair"" and ""index_triple"" in ""ublas/storage.hpp"" take their argument by value instead of by reference. This is most probably a simple typo. It doesn't lead to problems on other compilers, because either ADL is not used at all to find custom swap functions in std::sort, or iter_swap is found. MSVC10 seems to be the only compiler (std library) that misses iter_swap, but finds the broken custom swap function." Bugs closed Boost 1.43.0 uBLAS Boost 1.42.0 Problem fixed