aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/src
diff options
context:
space:
mode:
authorGravatar Gustavo Lima Chaves <gustavo.lima.chaves@intel.com>2019-05-23 14:50:29 -0700
committerGravatar Gustavo Lima Chaves <gustavo.lima.chaves@intel.com>2019-05-23 14:50:29 -0700
commit56bc4974fbb90263a3f0cf609f166b9458188822 (patch)
tree9375dbc13267e3ed9a7da599f6409463dac88ffa /unsupported/Eigen/src
parentac21a08c130b3096669548d18abb13cdd655380f (diff)
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; """
Diffstat (limited to 'unsupported/Eigen/src')
0 files changed, 0 insertions, 0 deletions