mirror of
https://gitlab.com/libeigen/eigen.git
synced 2024-12-27 07:29:52 +08:00
Remove EIGEN_DEVICE_FUNC from CwiseBinaryOp's default copy constructor.
This commit is contained in:
parent
dba753a986
commit
91cd67f057
@ -102,7 +102,7 @@ class CwiseBinaryOp :
|
|||||||
|
|
||||||
#if EIGEN_COMP_MSVC && EIGEN_HAS_CXX11
|
#if EIGEN_COMP_MSVC && EIGEN_HAS_CXX11
|
||||||
//Required for Visual Studio or the Copy constructor will probably not get inlined!
|
//Required for Visual Studio or the Copy constructor will probably not get inlined!
|
||||||
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE
|
EIGEN_STRONG_INLINE
|
||||||
CwiseBinaryOp(const CwiseBinaryOp<BinaryOp,LhsType,RhsType>&) = default;
|
CwiseBinaryOp(const CwiseBinaryOp<BinaryOp,LhsType,RhsType>&) = default;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user