mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-05-01 08:14:10 +08:00
workaround MSVC compilation issue (shadow issue)
This commit is contained in:
parent
125619146b
commit
c2f66c65aa
@ -101,11 +101,11 @@ namespace internal {
|
|||||||
*
|
*
|
||||||
* \sa class Inverse
|
* \sa class Inverse
|
||||||
*/
|
*/
|
||||||
template<typename XprType>
|
template<typename ArgType>
|
||||||
struct unary_evaluator<Inverse<XprType> >
|
struct unary_evaluator<Inverse<ArgType> >
|
||||||
: public evaluator<typename Inverse<XprType>::PlainObject>::type
|
: public evaluator<typename Inverse<ArgType>::PlainObject>::type
|
||||||
{
|
{
|
||||||
typedef Inverse<XprType> InverseType;
|
typedef Inverse<ArgType> InverseType;
|
||||||
typedef typename InverseType::PlainObject PlainObject;
|
typedef typename InverseType::PlainObject PlainObject;
|
||||||
typedef typename evaluator<PlainObject>::type Base;
|
typedef typename evaluator<PlainObject>::type Base;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user