Re: [eigen] Fix for precedence bug in SparseLU.h on 2.0 branch |
[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]
Found by your friendly neighbourhood clang compiler:./eigen/Eigen/src/Sparse/SparseLU.h:99:7: error: & has lower precedence than ==; == will be evaluated first [-Wparentheses]ei_assert(m&~OrderingMask == 0 && m!=0 && "invalid ordering method");^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Keir
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |