Subject: [Boost-bugs] [Boost C++ Libraries] #2872: boost/numeric/ublas/lu.hpp does not compile with GCC 4.3.2 64bit
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2009-03-19 14:15:30
#2872: boost/numeric/ublas/lu.hpp does not compile with GCC 4.3.2 64bit
---------------------------------------+------------------------------------
Reporter: simon.schulz_at_[hidden] | Owner:
Type: Bugs | Status: new
Milestone: Boost 1.39.0 | Component: None
Version: Boost 1.38.0 | Severity: Problem
Keywords: |
---------------------------------------+------------------------------------
in line 134 "singular" is declared as int
in line 153: "singular = i + 1;" where i is declared as size_type
fix is simply done by declaring "singular" as size_type.
This is the case for all factorizations.
GCC build with these options:
g++ -g -fexceptions -fPIC -Wall -Wshadow -Wformat-security -Wdisabled-
optimization -Werror -Wextra -Wformat-y2k -Wcast-qual -m64 -march=opteron
-O0 -Wpointer-arith -Wconversion -Wcast-align -Wstrict-null-sentinel
-Wnon-template-friend -Woverloaded-virtual -Wdeprecated -funit-at-a-time
https://svn.boost.org/trac/boost/browser/trunk/boost/numeric/ublas/lu.hpp#L134
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/2872> 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:49:59 UTC