bug #1571: fix is_convertible<from,to> with "from" a reference.

This commit is contained in:
Gael Guennebaud
2018-07-13 17:47:28 +02:00
parent 1920129d71
commit 20991c3203
2 changed files with 10 additions and 2 deletions

View File

@@ -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 )