mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-12 11:49:02 +08:00
Fix missing specialization.
This commit is contained in:
parent
3852351793
commit
c50c73cae2
@ -88,8 +88,8 @@ struct promote_scalar_arg_unsupported<ExprScalar,T,PromotedType,false,true>
|
|||||||
{};
|
{};
|
||||||
|
|
||||||
// Unsafe real-to-integer, let's stop.
|
// Unsafe real-to-integer, let's stop.
|
||||||
template<typename S,typename T, typename PromotedType>
|
template<typename S,typename T, typename PromotedType, bool ConvertibleToLiteral>
|
||||||
struct promote_scalar_arg_unsupported<S,T,PromotedType,false,false> {};
|
struct promote_scalar_arg_unsupported<S,T,PromotedType,ConvertibleToLiteral,false> {};
|
||||||
|
|
||||||
// T is not even convertible to ExprScalar, let's stop.
|
// T is not even convertible to ExprScalar, let's stop.
|
||||||
template<typename S,typename T>
|
template<typename S,typename T>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user