Subject: [Boost-bugs] [Boost C++ Libraries] #10762: fixed_matrix &operator = (matrix m) wrong parameter
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2014-11-06 12:39:28
#10762: fixed_matrix &operator = (matrix m) wrong parameter
------------------------------+---------------------
Reporter: anonymous | Owner: dgregor
Type: Bugs | Status: new
Milestone: To Be Determined | Component: numeric
Version: Boost 1.57.0 | Severity: Problem
Keywords: |
------------------------------+---------------------
Software was not tested! Error in
C:\Boost\include\boost-1_57\boost\numeric\ublas\matrix.hpp
line 1387
fixed_matrix &operator = (matrix m) {..
is wrong. Correct is:
fixed_matrix &operator = (fixed_matrix m) {
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/10762> 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:17 UTC