mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-12 11:49:02 +08:00
workaround ambiguous call
This commit is contained in:
parent
c2f66c65aa
commit
e44d78dab3
@ -13,7 +13,8 @@
|
|||||||
ref2 = ref1 = DEST; \
|
ref2 = ref1 = DEST; \
|
||||||
DEST.template triangularView<TRI>() OP; \
|
DEST.template triangularView<TRI>() OP; \
|
||||||
ref1 OP; \
|
ref1 OP; \
|
||||||
ref2.template triangularView<TRI>() = ref1; \
|
ref2.template triangularView<TRI>() \
|
||||||
|
= ref1.template triangularView<TRI>(); \
|
||||||
VERIFY_IS_APPROX(DEST,ref2); \
|
VERIFY_IS_APPROX(DEST,ref2); \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user