mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-12 11:49:02 +08:00
Compilation fix in case EIGEN_DEBUG_ASSERTS is defined.
This commit is contained in:
parent
421b2b5ff7
commit
9bad7c7edb
@ -89,7 +89,10 @@ namespace Eigen
|
|||||||
|
|
||||||
namespace Eigen
|
namespace Eigen
|
||||||
{
|
{
|
||||||
static bool internal::push_assert = false;
|
namespace internal
|
||||||
|
{
|
||||||
|
static bool push_assert = false;
|
||||||
|
}
|
||||||
static std::vector<std::string> eigen_assert_list;
|
static std::vector<std::string> eigen_assert_list;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user