Eliminate use of _res.

(cherry picked from commit 5bdf58b8df)
This commit is contained in:
Antonio Sánchez
2023-10-16 19:56:53 +00:00
committed by Antonio Sanchez
parent 764b132a79
commit 0db5928f00
7 changed files with 104 additions and 101 deletions

View File

@@ -111,6 +111,9 @@ struct imag {};
// `I` may be defined by complex.h:
#define I FORBIDDEN_IDENTIFIER
// _res is defined by resolv.h
#define _res FORBIDDEN_IDENTIFIER
// Unit tests calling Eigen's blas library must preserve the default blocking size
// to avoid troubles.
#ifndef EIGEN_NO_DEBUG_SMALL_PRODUCT_BLOCKS