mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Remove EIGEN_EMPTY_STRUCT_CTOR
This commit is contained in:
committed by
Rasmus Munk Larsen
parent
5ed7a86ae9
commit
f3ba220c5d
@@ -11,7 +11,6 @@
|
||||
|
||||
struct scalar_norm1_op {
|
||||
typedef RealScalar result_type;
|
||||
EIGEN_EMPTY_STRUCT_CTOR(scalar_norm1_op)
|
||||
inline RealScalar operator() (const Scalar& a) const { return numext::norm1(a); }
|
||||
};
|
||||
namespace Eigen {
|
||||
|
||||
Reference in New Issue
Block a user