[eigen-commits] commit/eigen: glchaves: GEMV: remove double declaration of constant. |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen-commits Archives
]
- To: eigen-commits@xxxxxxxxxxxxxxxxxxx
- Subject: [eigen-commits] commit/eigen: glchaves: GEMV: remove double declaration of constant.
- From: Bitbucket <commits-noreply@xxxxxxxxxxxxx>
- Date: Thu, 23 May 2019 21:55:04 +0000 (UTC)
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=bitbucket.org; h=mime-version:content-type:content-transfer-encoding:subject:from:to; s=s1; bh=8ttznP2Hvcw00x3OvZD7k4WsGGI=; b=1u6Up9pndW5mDlYCxG8ilIC ONlf/PirevSyVW5jPly689YuIpw/W53wD8w1j/CQe5SaIRrcXPepacmisZE4cGN7 6ggj/fVxSK0yUGr4xBSEYpArqMMlHmuWV+rFwsfPNeFV7eyFyF7Nl4eqXIoPqEMH I0vsy/uR6PMbge9HcbIQ=
1 new commit in eigen:
https://bitbucket.org/eigen/eigen/commits/3641109af4e9/
Changeset: 3641109af4e9
User: glchaves
Date: 2019-05-23 21:50:29+00:00
Summary: GEMV: remove double declaration of constant.
That was hurting users with compilers that would object to proceed with
that:
"""
../Eigen/src/Core/products/GeneralMatrixVector.h:356:10: error: declaration shadows a static data member of 'general_matrix_vector_product<type-parameter-0-0, type-parameter-0-1, type-parameter-0-2, 1, ConjugateLhs, type-parameter-0-4, type-parameter-0-5, ConjugateRhs, Version>' [-Werror,-Wshadow]
LhsPacketSize = Traits::LhsPacketSize,
^
../Eigen/src/Core/products/GeneralMatrixVector.h:307:22: note: previous declaration is here
static const Index LhsPacketSize = Traits::LhsPacketSize;
"""
Affected #: 1 file
Repository URL: https://bitbucket.org/eigen/eigen/
--
This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.