mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-07-15 17:41:48 +08:00
Removed redundant typedef which confused old gcc versions.
This commit is contained in:
parent
20cac72b82
commit
24d65ac0b0
@ -18,8 +18,6 @@
|
|||||||
VERIFY(threw && "should have thrown bad_alloc: " #a); \
|
VERIFY(threw && "should have thrown bad_alloc: " #a); \
|
||||||
}
|
}
|
||||||
|
|
||||||
typedef DenseIndex Index;
|
|
||||||
|
|
||||||
template<typename MatrixType>
|
template<typename MatrixType>
|
||||||
void triggerMatrixBadAlloc(Index rows, Index cols)
|
void triggerMatrixBadAlloc(Index rows, Index cols)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user