mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-04-23 01:59:38 +08:00
Fixed commainitializer test.
The removed `finished()` call was responsible for enforcing that the initializer was provided the correct number of values. Putting it back in to restore previous behavior.
This commit is contained in:
parent
39142904cc
commit
c854e189e6
@ -107,6 +107,7 @@ struct CommaInitializer
|
|||||||
EIGEN_EXCEPTION_SPEC(Eigen::eigen_assert_exception)
|
EIGEN_EXCEPTION_SPEC(Eigen::eigen_assert_exception)
|
||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
|
finished();
|
||||||
}
|
}
|
||||||
|
|
||||||
/** \returns the built matrix once all its coefficients have been set.
|
/** \returns the built matrix once all its coefficients have been set.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user