mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Re-enable aliasing checks when using evaluators
This commit is contained in:
@@ -314,11 +314,13 @@ template<typename Derived> class DenseBase
|
||||
EIGEN_DEVICE_FUNC
|
||||
void transposeInPlace();
|
||||
#ifndef EIGEN_NO_DEBUG
|
||||
#ifndef EIGEN_TEST_EVALUATORS
|
||||
protected:
|
||||
template<typename OtherDerived>
|
||||
void checkTransposeAliasing(const OtherDerived& other) const;
|
||||
public:
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
EIGEN_DEVICE_FUNC static const ConstantReturnType
|
||||
|
||||
Reference in New Issue
Block a user