Subject: [Boost-bugs] [Boost C++ Libraries] #3968: coordinate_matrix broken on MSVC10
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-03-02 01:43:48
#3968: coordinate_matrix broken on MSVC10
----------------------------+-----------------------------------------------
Reporter: Thomas Klimpel | Owner: guwi17
Type: Bugs | Status: new
Milestone: Boost 1.43.0 | Component: uBLAS
Version: Boost 1.42.0 | Severity: Problem
Keywords: |
----------------------------+-----------------------------------------------
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.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/3968> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:02 UTC