Skip to content

Commit 0d6d09c

Browse files
kwrobotblowekamp
authored andcommitted
Eigen3 2026-03-05 (4c99fca1)
Code extracted from: https://github.com/InsightSoftwareConsortium/eigen at commit 4c99fca19b230a9c2978843981bffc176f8fb1c5 (for/itk-20260305-4c99fca).
1 parent abf561b commit 0d6d09c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Eigen/src/Core/GenericPacketMath.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ struct pminmax_impl<PropagateNumbers, false> {
638638
}
639639
};
640640

641-
#define EIGEN_BINARY_OP_NAN_PROPAGATION(Type, Func) [](const Type& a, const Type& b) { return Func(a, b); }
641+
#define EIGEN_BINARY_OP_NAN_PROPAGATION(Type, Func) [](const Type& aa, const Type& bb) { return Func(aa, bb); }
642642

643643
/** \internal \returns the min of \a a and \a b (coeff-wise).
644644
If \a a or \b b is NaN, the return value is implementation defined. */

0 commit comments

Comments
 (0)