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