aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/arch/Default
diff options
context:
space:
mode:
authorGravatar David Tellenbach <david.tellenbach@me.com>2020-12-12 00:53:26 +0100
committerGravatar David Tellenbach <david.tellenbach@me.com>2020-12-12 00:53:26 +0100
commit536c8a79f29ecbae76e08b5845d9efb489b7bc2e (patch)
tree2665c7e8174ee0f1a59d1266ae28524f2b5a0e13 /Eigen/src/Core/arch/Default
parent8c9976d7f0558fdc8d0be7476c37e5d562332955 (diff)
Remove unused macro in Half.h
Diffstat (limited to 'Eigen/src/Core/arch/Default')
-rw-r--r--Eigen/src/Core/arch/Default/Half.h6
1 files changed, 0 insertions, 6 deletions
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 <sstream>
#if defined(EIGEN_HAS_GPU_FP16) || defined(EIGEN_HAS_ARM64_FP16_SCALAR_ARITHMETIC)