committed by
Rasmus Munk Larsen
parent
ff72fba837
commit
83184e67da
@@ -11,7 +11,7 @@
|
||||
|
||||
static bool g_called;
|
||||
#define EIGEN_SCALAR_BINARY_OP_PLUGIN \
|
||||
{ g_called |= (!internal::is_same<LhsScalar, RhsScalar>::value); }
|
||||
{ g_called |= (!std::is_same<LhsScalar, RhsScalar>::value); }
|
||||
|
||||
#include "main.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user