mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
bug #1571: fix is_convertible<from,to> with "from" a reference.
This commit is contained in:
@@ -161,7 +161,7 @@ private:
|
||||
static no test(any_conversion, ...);
|
||||
|
||||
public:
|
||||
static From* ms_from;
|
||||
static typename internal::remove_reference<From>::type* ms_from;
|
||||
#ifdef __INTEL_COMPILER
|
||||
#pragma warning push
|
||||
#pragma warning ( disable : 2259 )
|
||||
|
||||
Reference in New Issue
Block a user