mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-05-19 16:17:38 +08:00
Add default value for IsRepeatable in functor_traits
This commit is contained in:
parent
f3af423c70
commit
7742eacfeb
@ -91,7 +91,8 @@ template<typename T> struct functor_traits
|
|||||||
enum
|
enum
|
||||||
{
|
{
|
||||||
Cost = 10,
|
Cost = 10,
|
||||||
PacketAccess = false
|
PacketAccess = false,
|
||||||
|
IsRepeatable = false
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user