mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-09-12 17:33:15 +08:00
Disable previous workaround.
This commit is contained in:
parent
b046a3f87d
commit
447f269561
@ -393,7 +393,10 @@ struct nullary_wrapper<Scalar,NullaryOp,false,true,false>
|
|||||||
template<typename Scalar,typename NullaryOp>
|
template<typename Scalar,typename NullaryOp>
|
||||||
struct nullary_wrapper<Scalar,NullaryOp,false,false,false> {};
|
struct nullary_wrapper<Scalar,NullaryOp,false,false,false> {};
|
||||||
|
|
||||||
#if EIGEN_COMP_MSVC>0
|
#if 0 && EIGEN_COMP_MSVC>0
|
||||||
|
// Disable this ugly workaround. This is now handled in traits<Ref>::match,
|
||||||
|
// but this piece of code might still become handly if some other weird compilation
|
||||||
|
// erros pop up again.
|
||||||
|
|
||||||
// MSVC exhibits a weird compilation error when
|
// MSVC exhibits a weird compilation error when
|
||||||
// compiling:
|
// compiling:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user