mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Fix a collection of random failures encountered when testing with Bazel.
This commit is contained in:
committed by
Rasmus Munk Larsen
parent
0bce653efc
commit
a395ee162d
@@ -274,6 +274,10 @@ struct simpl_chol_helper {
|
||||
}
|
||||
};
|
||||
|
||||
// Symbol is ODR-used, so we need a definition.
|
||||
template <typename Scalar, typename StorageIndex>
|
||||
constexpr StorageIndex simpl_chol_helper<Scalar, StorageIndex>::kEmpty;
|
||||
|
||||
} // namespace internal
|
||||
|
||||
template <typename Derived>
|
||||
|
||||
Reference in New Issue
Block a user