From 536c8a79f29ecbae76e08b5845d9efb489b7bc2e Mon Sep 17 00:00:00 2001 From: David Tellenbach Date: Sat, 12 Dec 2020 00:53:26 +0100 Subject: Remove unused macro in Half.h --- Eigen/src/Core/arch/Default/Half.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'Eigen/src/Core/arch/Default') diff --git a/Eigen/src/Core/arch/Default/Half.h b/Eigen/src/Core/arch/Default/Half.h index 54fd86aa7..b273abe7e 100644 --- a/Eigen/src/Core/arch/Default/Half.h +++ b/Eigen/src/Core/arch/Default/Half.h @@ -36,12 +36,6 @@ #ifndef EIGEN_HALF_H #define EIGEN_HALF_H -#if EIGEN_HAS_CXX11 -#define EIGEN_EXPLICIT_CAST(tgt_type) explicit operator tgt_type() -#else -#define EIGEN_EXPLICIT_CAST(tgt_type) operator tgt_type() -#endif - #include #if defined(EIGEN_HAS_GPU_FP16) || defined(EIGEN_HAS_ARM64_FP16_SCALAR_ARITHMETIC) -- cgit v1.2.3